@import url(normalize.css);
/*--------------------------------basic opmaak-----------------------------*/
/*
background: #e7e3e2;
taupe boven: #73645d;
taupe onder:#905d5d;
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e7e3e2;
}
html {
height:100%;
}

#wrapper{
width: 800px; 
left:50%;
height: 531px; 
margin: 0 auto; 
position: absolute; 
top: 50%; 
margin-top: -265px; 
margin-left:-400px;
border:1px solid #fff;
}

