body{
	background-color:#99cc99; 
	text-align:left;
	margin:0px;
}
div {
	/* voor het box-model prbleem in firefox waar de borders buiten de div komen, en ie er in:S */
	box-sizing:border-box; -moz-box-sizing:border-box;

	font-family:Verdana;
	font-size:10pt;
}

.body {
	width:900px; 
	background-color:#FFFFFF; 
	position: relative;
	left: 50%; 
	margin: 0 0 0 -450px;
}
 
.top{
	background-color: #238C00;
	width:900px; 
	height:120px; 
	position: absolute;
	top: 0px;
	left: 0px;
}

.bottom{
	width:900px; 
	height:490px; 
	position: relative;
	top: 120px;
	left: 0px;
	display:block;

	background-color: #FFFFFF;

	border:0px solid #238C00; 
	border-left-width:2px; 
	border-right-width:2px; 
}

.bottom_left {
	padding: 0px 10px 10px 10px;
	width:180px; 
	height:490px; 
	float:left;
	background-color: #96DA83;
}

.bottom_center {
	padding: 0px 10px 10px 10px;
	width:536px; 
	height:490px; 
	float:left;
	background-color: #ffffff;
}

.bottom_right {
	padding: 0px 10px 10px 10px;
	width:180px; 
	height:490px; 
	float:left;
	background-color: #96DA83;
}

.footer {
	padding: 7px 10px 0px 10px;
	top: 610px;
	left: 0px;
	position: absolute;
	width:900px; 
	height:30px; 
	display:block;
	background-color: #238C00;
	text-align:center;
}

.top_img {
	width:400px; 
	height:100px; 
	position: absolute;
	top: 12px;
	left: 495px;
}

.top_logo {
	width:390px; 
	height:50px; 
	position: absolute;
	bottom: 0px;
	left: 0px;
}
