@charset "UTF-8";
#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
#container    .headercontent {
	position: relative;
	width: 800px;
	height: 270px;
}
#container .maincontent {
	position: relative;
	width: 800px;
	height: 1500px;
}
#container .maincontent4 {
	position: relative;
	width: 800px;
	height: 1000px;
}
#container .footercontent {
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
}
body {
	background-image: url(../images/achtergrond.gif);
	background-repeat: repeat;
}
