#main { 
width: 780px;
margin: 0 auto;
text-align: left;
background: #4c3e11;
}

#center { 
position: absolute;  
left: 50%; 
height: 540px;
width: 780px; 
margin-left: -390px; /* De helft van de breedte */ 
background: #4c3e11;
} 

body {
text-align: center;
background: #4c3e11;
font: 12px Verdana;
line-height: 150%;
color: #000000;
scrollbar-shadow-color: #4c3e11;
scrollbar-highlight-color: #4c3e11; scrollbar-3dlight-color: #4c3e11; 
scrollbar-darkshadow-color: #4c3e11; scrollbar-track-color: #4c3e11;
scrollbar-arrow-color: #4c3e11;
scrollbar-base-color: #ffffff;
}

P, TR, TD {
font-family : Verdana, Helvetica, sans-serif;
font-size : 12pt;
font-size : 12px;
line-height: 150%;
color: #000000;}

A:LINK {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12pt;
	font-size : 12px;
	color : #FC1921;
	text-decoration : none}
	
A:VISITED {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12pt;
	font-size : 12px;
	color : #FC1921;
	text-decoration : none}

A:HOVER {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12pt;
	font-size : 12px;
	color : #cc0000;
	text-decoration : none}
	

