html{
	height: 100%;
}

body{
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a9b1b4;
	height: 100%;
}

#container{
	width: 1000px;
	background: url('../images/bg_container_home.gif') no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 100%;
	_height: 100%;
	position: relative;
}

#projecten{
	float: left;
	margin: 0;
	padding: 0 10px 20px 30px;
	width: 277px; /*300 - 2x padding*/
}

#center{
	margin: 0;
	padding: 0 20px 20px 20px;
	width: 800px;
	text-align:center;
	padding-top:22px;

}

#nav {
	width:394px;
	height:188px;
}

#content {
	width:394px;
}
	
#news{
	float: left;
	margin: 0;
	padding: 20px 30px 400px 30px;
	width: 187px;
}

#padding{
	clear:both;
	height: 20px;
}

#footer{
	height: 34px;
	width:1000px;
	background: url('../images/bg_footer_home.gif') no-repeat 0px 0;
	clear: both;
	position: absolute;
	bottom: 0px;
}
