@charset "utf-8";

body	{
			 background-color:#003366;
		 }

#inhoud 	{
	width:719px;
	height:419px;
	position:absolute;
	left:50%;
	top:295px;
	margin-left:-360px;
	margin-top:0px;
	z-index:1;
	max-height:430px;
	overflow:auto;
	text-align:center;
			}
	
			
#site		{ 
				position:relative;
			    margin-left:auto;
			    margin-right:auto; 
			}
