	body {
	background-color: #766441;
	color: #625233;
	font: Trebuchet MS;
	font-style: normal;
	font-family: "Trebuchet MS";
	font-size: 11px;
	/*This is to make the centering of the whole website work under ie5:*/
	text-align: center;
	margin: 0px;
	}
	
	
	
	a {
	color: #463817;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
	
	a.active {
		color: #b20041;
	}
	
	a:hover {
		color: #e86c1f;
	}
	
	
	ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	li {
		margin: 0px;
	}
	
	#canvas {
	position:absolute;
	width:800px;
	height: 492px;
	margin: -246px -400px;
	top: 50%;
	left: 50%;
	padding: 0px;
	/*This is to compensate for the hack for ie5. Set text-align: left to be back to default behaviour.*/
	text-align: left;
	border-width: 2px;
	border-color: #625233;
	border-style: solid;
	}
	
	
	#header_taalkeuze {
	height: 462px;
	background-image: url(images/taalkeuze.png);
	background-repeat: no-repeat;
	width: 800px;
	}
	
	#menu_taalkeuze {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	top: 370px;
	position: relative;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	height: 90px;
	overflow: auto;
	white-space: nowrap;
	}	
	
	#menu_taalkeuze ul {
	margin: 0px;
	padding: 0px;
	}
	
	#menu_taalkeuze ul li{
	margin: 0px 30px;
	padding: 0px;
	list-style: none;
	display: inline;
	}
	
	#maincontainer {
	width: 800px;
	height: 263px;
	background-color: #ebe8df;
	clear: both;
	}
	
	#footer {
	background-color: #C0B39D;
	border-top: 2px solid #e86c1f;
	width: 100%;
	text-align: center;
	height: 28px;
	white-space: nowrap;
	overflow: hidden;
	}
	
	#footer p {
	padding: 9px 0px;
	margin: 0px 0px;
	}

