html {
	overflow-y: scroll;
}

body {
	background: #edc02d;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 20px auto 0 auto;
	width: 904px;
	height: 668px;
	background: #ffffff url(../../../images/bg-wrapper.jpg) repeat-y left top;
	text-align: left;
}

#header {
	clear: both;
	width: 904px;
	height: 191px;
	background: url(../../../images/bg-header.jpg) no-repeat right top;
}

#nav {
	position: relative;
	float: left;
	width: 200px;
	height: 477px;
}

#nav .gemeente {
	position: absolute;
	bottom: 10px;
	left: 23px;
}

#content {
	float: left;
	width: 704px;
	height: 477px;
	background: url(../../../images/bg-content.jpg) no-repeat top right;
}

#content .box {
	float: left;
	width: 624px;
	height: 457px;
	padding: 0 50px 20px 30px;
	overflow-y: auto;
}

#footer {
	margin: 5px auto 0 auto;
	width: 904px;
	text-align: right;
	padding: 0;
}