#page {
	width:960px;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-480px;
	background:#fff url(../images/background_page.png) top left no-repeat;
}

	#header {
		width:100%;
		height:240px;
		overflow:hidden;
	}
		
		#mainnav {
			position:absolute;
			top:20px;
			right:20px;
			width:700px;
			height:200px;
		}
	
	#subnav {
		position: absolute;
		top: 240px;
		left:20px;
		width:200px;
	}
		
	#content {
		margin-left:240px;
		margin-right:20px;
		min-height:650px;
	}
		
		#maincontent {
			float:left;
			width:480px;
		}
		
		#maincontent_groot {
			float:left;
			width:700px;
		}
		
		#sidebar {
			float:right;
			width:200px;
		}

	#footer {
		clear:both;
	}
	
		#hoofdsponsors {
			width: 960px;
			height: 115px;
			float: left;
		}
		
		#footnav {
			width: 960px;
			height: 50px;
			float: left;
		}
