body {
	font-family: century gothic, verdana;
	font-size:12px;
	background-image:url(../onderdelen/bg_body.jpg);
	background-repeat:repeat-x;
}

#container{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-250px;
	margin-left:-400px;
	width:800px;
	height:500px;
	z-index:2;
}

/*style*/

a:link {
	color:#003768;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#003768;
}
a:hover {
	text-decoration: none;
	color:#FDB913;
}
a:active {
	text-decoration: none;
	color:#003768;
}