html, body {
	height:100%;
	}
	
body {
	background-color:#2A2A2C;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: arial, Helvetica, sans-serif;
}

div#distance { 
	margin-bottom: -310px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
	}


#sitecontainer {
	position: relative;   /* positions content on top of distance */
  height: 620px;         /* required - desired height */
	width: 859px;        /* required - desired width */ 
  text-align:left;
	margin: 0 auto;       /* required */
	clear: left;          /* required */
  background-image: url(../img/achtergrond.jpg);
	background-repeat: no-repeat;
	border: 2px solid #000000;
}
	
#top{
  float: left;
  height: 31px;
	width: 850px;
	padding-top: 9px;
	margin-left: 90px;
	font-size: 12px;
	text-transform: uppercase;
}

#left {
  float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: light;
	font-size: 11px;
	width:301px;
	height: 435px;
	line-height: 14px;
	color: #CCCCCC;
	float: left;
	margin-top: 0px;
	margin-left: 40px;
	margin-top: 17px;
 }
 
#main {
  float: left;
	height: 250px;
	width: 400px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	margin-top: 0;
	margin-left: 32px;
}



.fake_button
{
	border: 0px solid #000;
	background-color:transparent;
	cursor: pointer;
}
