	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	/* end hide */

body {
		margin: 0;
		padding: 0;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	background: #666666 url(images/zelfkop.jpg) no-repeat center center;
}
	
#menu {
	text-align: center;
	background-color: silver;
	margin: 30% 0 0;
	width: 100%;
	height: 20px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 4px 0 0;
	color: black;
}
a {
	height: 14px;
	color: black;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	padding: 0 10px;
}
a#active{
	color: white;
}

a:hover {
	color: gray;
}


