body {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}
a {
	color: #696969;
	font-style: italic;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #C49131;
	font-size: 11px;
}

#Container {
	height: 100%;
	position: relative;
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#Content {
	overflow: auto;
	padding: 0px;
	position: absolute;
	left: 103px;
	top: 10%; /* Hoogte waarop de pagina mag beginnen. */
	width: 850px;
	height: 430px;
	z-index: 5;
}
