html {
/*
	background: url(bg3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

body {
	margin: 0;
	padding: 0;
	font:  16px helvetica, sans-serif;
	line-height: 1em;
	background: #f8f8f8;
}

#frame {
	background-color:#eee;
	position:absolute;
	margin:auto;
	top:20px;
	width:90%;
	height: 90%;
	/*
	border:1px solid red;
	*/
}

#kop {
	position:relative;
	float:right;
	top:50px;
	right:10px;
	color:#ccc;
}
	#kop h1 {
		font:6em lighter helvetica, sans-serif;
	}
#nav {
	position:absolute;
	left:50px;
	bottom:60px;
	
}
	#nav ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	#nav ul li {
		margin:10px 0px;
	}
	#nav a:link {color: #888; text-decoration: none;}
	#nav a:visited {color: #888; text-decoration: none;}
	#nav a:hover {color: #e77;font-weight: normal; text-decoration: none; padding:0px 0px 0px 30px;}
