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