@charset "utf-8";
/* CSS Document */

body{
	background-color: #f8f9c4;
}

div#container {
	width: 800px;
	height: 547px;
}

div#boven {
	width: 800px;
	height: 254px;
	float: left;
	border: none;
}

div#midden {
	width: 800px;
	height: 38px;
	float: left;
}

div#onder {
	width: 800px;
	height: 254px;
	float: left;
}

