html, body {
	background-image: url('images/bg.gif'); 
	margin:0px; 
	padding:0px;
	height:100%;
	width:100%;
	font-family:'trebuchet ms', Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	color:#000000; text-decoration:underline;
	background-color:#ffffff;
}
a:visited {
	color:#000000; text-decoration:underline;
	background-color:#ffffff;
}
a:link {
	color:#000000; text-decoration:underline;
	background-color:#ffffff;
}
a:hover {
	color:#000000; text-decoration:underline;
	background-color:#ffffff;
}
#vak{ 
   	margin-left:auto;
    margin-right:auto;
	width:808px; 
	height:100%;
}
#header { 
	background: url('images/header.gif');
	width:808px; 
	height:247px;
}
#content { 
	position:relative;
	top:0px;
	left:0px;
	background: url('images/content.gif');
	width:808px; 
	height:auto;
	min-height:100%;
	/*Hack for IE*/
	//height:100%;
	/*Hack for IE*/
}
#menu { 
	position:absolute;
	top:0px;
	left:8px;
	width:217px;
}
#tekst { 
	margin:0px 28px 0px 237px;
	background-image: url('images/bloem.png'); 
	background-repeat:repeat-y;
}
#footer { 
	position:relative;
	top:0px;
	left:0px;
	background: url('images/footer.gif');
	width:808px; 
	height:125px;
}