html, body {
	margin: 0;
	padding: 0;
	background-color:#eae7e0;
	width: 100%;
	color:#655f56;
	font-family: "Century Gothic";
	font-size:13px;
}

#container {
	width: 800px;
	height: 606px;
	margin-left: auto; /* voor in het midden te zetten */
	margin-right: auto; /* voor in het midden te zetten */
	padding: 0px;
}

#hoofdblok 
{
	position:relative;
	width:800px;
	height:606px;
	align:center;
	margin:0px;
	padding:0px;

} 
#h1
{
	position:absolute;
	left:82px;
	top:130px;
	width:620px;
	height:20px;
	color:#655f56;
	font-family: "Century Gothic";
  	margin:0px;
	padding:0px;
} 
#groeneblok 
{
	position:absolute;
	left:83px;
	top:184px;
	width:608px;
	height:156px;
	color:#655f56;
	font-family: "Century Gothic";
	margin:0px;
	padding:0px;
} 

