html {
	height: 100%;
}
body {
	font-family: Calibri, Arial; 
	font-size: 16px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	}
	
#main{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1100px;
	min-height: 100%;
	padding: 0px 50px;
	background: #ffffff;
	overflow: auto;
	}
	
#header{
	height: 270px;
	font-size: 36px;
	background-color: #E2D4A3;
	padding-left: 340px;
	padding-top: 100px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('Familiewapen_Feith_klein2.jpg');
	}

#menu{
	float: left;
	}
	
ul 	{
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-right: 10px;
	}
	
li 	{

	}
	
ul a {
	border-radius: 5px;
	background-color: #6FCDA9;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 16px;
	display: block;
	color: #000000;
	}
	
ul a:hover 	{
			background-color: #666666;
			}

#page{
	margin-top: 5px;
	}
	
#content{
	float: left;
	width: 70%;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	}

#footer{
	float: left;
	left: auto;
	right: auto;
	width: 1100px;
	margin-bottom: 10px;
	text-align: center;
	}