
body, html {
	margin: 0px;
	background: #C6B4A5;
	font-family: arial, "Georgia", Times new roman, serif;
	font-size: 12px;
	}

a.white {
	color : #ffffff;
	font-size: 1px;
	text-align: right;
	}
	
body {
	margin: 0px
	}
	
img.png 
	{
	/* \*/
	visibility: hidden;
	/* */
	}
	
.content {
	width:100%;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	}
	
#totalcontent {
	width: 800px; 
	border-left: solid 0px #cccccc; 
	background: #f9f9f9; 
	border-right: solid 0px #cccccc; 
	position: relative; 
	left: 50%; 
	margin-left: -400px;
	background-image: url(images/achtergrond.jpg);
 }
 
#header {
	background-image: url(images/header.jpg);
	height: 220px;
	border: solid 0px #000000;
	/* padding: 75px; */
 }
