html {
	height: 100%;
	}
	
body {
	height: 100%;
	font-family: Verdana, serif;
	font-size: 11px;
	color: white;
	margin-top: 0;
	margin-bottom: 0;	
	background-color: black;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../Images/Achtergrond.jpg);
	}
	
.Container {
	height: 100%;
	margin: 0 auto;
    width : 800px;
	text-align: justify;
}
	
.Site {
	height: 100%;
	width: 800px;
	background-image: url(../Images/Achtergrond.jpg);
}

.Menu {
	text-align: center;
}

.Margin {
	margin-left: 6px;
}

.Header {
	width: 788px;
	height: 250px;
	background-image: url(../Images/Header.jpg);
}

.ContentLinks {
	margin-left: 5px;
	float: left;
	width: 573px;
}

.ContentRechts {
	float: right;
	margin-right: 6px;
	width: 205px;
}


