body {
	background-image: url(Achtergrond/zonnebloem_1500x1200vervaagdkopie.jpg);
	margin: 0px;
	padding: 0px;
	color: #630;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	text-align: center;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position: relative;
	height: 800px;
}
#container #banner {
	height: 120px;
	text-align: center;
}
#container #navigatielinks {
	float: left;
	width: 140px;
}

#container #centraal {
	height: 500px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: 800px;
	background-image: none;
}
#container #voet {
	clear: both;
	float: left;
}
#container #teller {
	clear: both;
	float: left;
}

