#hoofd{
	position:relative;
	width: 968px;
	margin: 0 auto;
	text-align: left;
	background-color:#2c2c2c;
	background-repeat:repeat-y;
	background-image:url(../img/background_repeat.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header{
	posistion:relative;
	background-image:url(../img/header.png);
	height:274px;
	width:968px;
	margin-top:0px;
}
#menu{
	position:absolute;
	width:800px;
	margin-top:220px;
	margin-left:60px;
}
#content{
	position:relative;
	width:968px;
	margin-top:5px;
	
}
#inhoud{
	margin-left:45px;
	width:880px;
	background-image:url(../img/content_repeat.png);
	background-repeat:repeat-y;
	
}
#bottom{
	clear:both;
	position:relative;
	margin: 0 auto;
	background-image:url(../img/bottom.png);
	height:77px;
	width:968px;
}

