@charset "utf-8";
/* CSS Document */


body {
	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
}

#wrapper {
	height: 100%;
	width:  100%;
}
#logo {
	height:141px;
	width:30%;
}
#banner {
	height:300px;
	width: 67%;
	background-color:#000;
	position:absolute;
	left: 30%;	
	top: 0;
}
#navigatie {
	background-color: #000;
	position:absolute;
	top: 33%;
}
ul{
	list-style-type:none;
}
#content {
	background-color: #000;
	background-image:url(img/dragon_bckgrnd.jpg);
	height:80%;
	width:67%;
	position:absolute;
	top:300px;
	left: 33%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content_text {
	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
	width: 30%;
	position:absolute;
	left: 0px;
	top: 30%;
	font-size: 14px;
	color: #EEC45E;
}
.htmlcss_header {
	position:absolute;
	left: 30%;
	top: 238px;
}
.vuuranitwee {
	position: absolute;
	right:0;
}