#hoofd{
	position:relative;
	width:920px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	text-align:left;
}
#green{
	position:relative;
	background-color:#c4da19;
	min-height:400px;
	width:270px;
	overflow:hidden;
}
#header{
	position:relatizve;
	background-image:url(../img/header.jpg);
	width:920px;
	height:206px;
}
#menu{
	position:relative;
	width:920px;
	height:22px;
	background-color:#470041;
	padding-top:3px;
}
#content{
	position:relative;
	display:table-cell;
	overflow:hidden;
}
#left{
	position:relative;
	float:left;
	margin-left:15px;
	width:600px;
}
#right{
	position:relative;
	float:left;
	width:270px;
	margin-left:15px;
	overflow:hidden;
}
#bottom{
	position:relative;
	width:920px;
	height:22px;
	background-color:#470041;
	text-align:right;
	clear:both;
}
