body {
	background-image: "images/background";
	margin: 0px;
	padding: 0px;
}
	
div#wrapper {
	width: 750px;
	padding: auto;
	margin: auto;
}
	
div#header {
	width: 600px;
	height:220px;
	background-color: white;
	position: center;
	}
	
div#menu {
	width: 700px;
	background-color: #40801f;
	color: black;
	overflow: auto;
	text-align: right;
	padding-right: 50px;
	}
	
div#submenu {
	width: 145px;
	height: 480px;
	background-color: #e7f36b;
	float: left;
	display: block;
	padding-left: 15px;
	padding-top: 50px;
}
	
div#content {
	width: 555px;
	height: 480px;
	background-color: white;
	overflow: auto;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 50px;
	position: right;
}

div#foto {
	width: 580px;
	height: 500px;
	background-color: white;
	overflow: auto;
	padding-left: 10px;
	padding-top: 30px;
	position: right;
}
	
div#footer {
	width: 750px;
	background-color: #40801f;
	text-align: center;
	color: white;
}
	
p#menubalk {
	font-size: 10pt;
	font-family: verdana, serif;
}
	
p#submenutekst {
	font-size: 8pt;
	line-height: 50pt;
	font-family: verdana, serif;
}


body {
	font-size: 8pt;
	line-height: 16pt;
	font-family: Verdana, serif;
	color: black;
}

A {
	color: black;
	text-decoration: none;
	line-height: 30pt;
}
	
A:hover {
	color: red;
	}
	
A.speciaal {
	color: red;
	text-decoration: none;
	font-style: italic;
}
	


	
	
	
<style type="text/css">
			table, tr, td { background-color:transparent; border:none; border-width:0;}
			body {
			background-image:url('images/background.gif');
			background-attachment:fixed;
			background-repeat:repeat; }
			}