@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/achtergrond_grijs.jpg);
	background-repeat:repeat-x;
	background-color:#D3D3D3;

	}

#totaal {
	position:relative;
	margin:auto;
	width:661px;
}

#header {
	float:left;
	width:661px;
	height:144px;
	background-image:url(../images/eslp.png);
	background-repeat:no-repeat;
}

#mainbody {
	float:left;
	width:641px;
	height:500px;
	background-color:#fff;
	padding:10px;
}

#top {
	width:661px;
	float:left;
	background-color:#F6F6F6;
	}
	
#bottom {
	width:661px;
	float:left;
	background-color:#D3D3D3;
	}

.clear {
	clear:both;
	}
