body { 
	font: 14px arial;
	color: #000;
	text-align: center; 
	overflow: auto;
	background-color: #000;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 550px;
	z-index: 10;
	background-color: #000;
	overflow: hidden;
}

div #head{
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 135px;
	z-index: 20;
	padding: 0px;
	background: url(../img/header.png) no-repeat; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	background-color: #000;
}

div #menu{
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: -400px;
	width: 100px;
	height: 385px;
	z-index: 40;
	background-color: #000;
	margin-top: 5px;
}

div #menu a {
	width : 100px;
	height: 40px;
	color : #8b5911;
	font: bold 14px arial;
	text-align : center;
	text-decoration : none;	
	padding-top: 10px;
	display : block;
	float : left;
	background: transparent url(../img/button.png) 0 0 no-repeat;
}

div #menu a:hover {
	background-position: -100px 0;
	color : #f0ec89;
}	

div #content{
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 385px;
	top: -390px;
	left: 55px;
	z-index: 30;
	text-align : left;
	padding: 5px;
	background: url(../img/content.png) no-repeat; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}

div #inhoud{
	font: 14px arial;
	position: relative;
	margin: 0 auto;
	width: 775px;
	height: 375px;
	top: 0px;
	left: 0px;
	z-index: 40;
	text-align : left;
	padding: 5px;
	font-family: verdana;
	font-size: 14px;
	color: #000;
	overflow: auto;
}
#inhoud div {display: none;}
#inhoud div.active {display: block;}
div #inhoud h1{
	font-family: tahoma;
	color: #ffbb33;}
div #inhoud a {
	text-decoration : none;	
	color : #ffbb33;
}
div #inhoud a:hover{
	text-decoration : none;	
	background-color: #ffbb33;
	color: #261600;
}
div #footer{
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 15px;
	top: -385px;
	z-index: 50;
	background-color: pink;
	font-family: arial;
	font-size: 10px;
	color: #f1d66e;
	background: url(../img/footer.png) no-repeat; 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}

div #footer a{color: #ffbb33;}
div #footer a:hover{color: #f1d66e;}