html, body{
  margin:0px;
  padding:0px;
  border:none;
}

body {
	background-attachment:fixed;
	background-image:url(images/hunker_background.gif);
}

div#top_menu {
	padding-top: 40px;	
	padding-left: 135px;	
	color: #ffffff;
	font-size: 12px;	
}

div#top_menu_holder {
	height: 75px;
	width: 900px;
	color: #ffffff;
	font-size: 11px;	
}

div#top_menu a {
	color: #ffffff;
}

div#center {
	float: left;
	width: 900px;

}

div#container {
	display: block;
	position: relative;
	margin:0 auto;
	width: 900px;
	min-height:100%;
	height:2000px;
	background: #000000 url('images/hunker_achtergrond_hof.jpg');
	background-repeat:no-repeat;
}

div#logo {
	position: absolute;
	margin-top: 8px;
	margin-left: 8px;
	padding-left: 8px;
	padding-right: 25px;	
}
body, p, td {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 16px;	
}
h1 {
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight:80;
	color: #000000;
	line-height: 18px;
	text-align:right;
	}
h2 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight:40;
	color: #000000;
	line-height: 16px;
	text-align:left;
	}
	
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#contents {	
	padding-left: 135px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-top: 40px;
	min-height: 2000px;
    height: 2000px;
}

div#clearfloats  {
	clear: both;		
}
div#main {
	position: absolute;
	margin-top: 80px;
	margin-left: 20px;
	margin-right: 20px;
	width:680px;
	height:100%;

}

