body {
		background-color: #9c9c9c;
		}
		
div#container {
		
	width: 1024px;
	margin: 0 auto;	
}

div#header {
	background: url(achtergrond.gif) no-repeat;
	height: 760px;

	}
	
	div#content {
	padding: 25px 25px 0px 50px;
	width: 900px;
	

	

	}
	
div#content p  {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #363636;
	line-height: 20pt
	}
	
	
table {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #363636;
	line-height: 20pt;
	
	}

div#footer {
	background-color: #444444;
	height: 150px;
	width: 1024px;

	
}
div#footer p {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #fff;
	line-height: 20pt;
	padding: 20px;
	
	}
	
div#footer a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1em;
	color: #fff;
	line-height: 20pt;
	}
	
img { 
	border-style: none; 
} 

table {
	border-width: 0px ;
	border-spacing: 0px;
	border-style: none ;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: 0px;
	padding: 4px ;
	border-style: inset;
	border-color: gray ;
	background-color: #9c9c9c;
}
table td {
	border-width: 0px;
	padding: 4px ;
	border-style: inset;
	border-color: gray;
	background-color: #9c9c9c;
}

table p{
vertical-align: bottom; }



