/*------ Core Structure --------------------------------------------------------------------------------------------*/
body {
	margin:10px;
	padding:0;
	text-align:center;
	background-image:url("siteBG.gif");
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#F60000;	
}
#wrap {
	position:absolute;
	top:50%;
	left:50%;
	width:431px;
	height:382px;
	margin-top:-191px;
	margin-left:-215px;
}

/*------ Perbericht structure --------------------------------------------------------------------------------------*/
#persbericht {
	width:431px;
	height:382px;
	background:url("persbericht.gif");
	background-position:top;
	background-repeat:no-repeat;
}
