body, html {height: 100%;}
body {
	background-color: #10151f;
	font-family: Comic Sans MS;
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
}
label {
	width: 100px;
	float: left;
}
#valigncont {
	height: 100%; 
	overflow: hidden; 
	position: relative; 
	width: 100%;
	display: table; 
	position: static;
}
#valignin {
	position: absolute; 
	top: 50%; 
	width: 100%; 
	text-align: center;
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}
#wrapper {
	background-image: url(../img/bg.jpg);
	background-reapeat: no-repeat;
	width: 1005px;
	height: 680px;
	margin-left: auto;
	margin-right: auto;
	position: relative; text-align: left;
}
#header {
	width: 100%;
	height: 125px;
	text-align: left;
	padding-left: 30px;
}
#menu {
	width: 150px;
	padding-left: 40px;
	float: left;
}
.menuitem {
	background-position: bottom;
	width: 125px;
	height: 37px;
	display: block;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 25px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	margin-bottom: 20px;
	float: left;
}
.menuitem:hover {
	background-position: top;
}
#content {
	background-image: url(../img/contentbg.png);
	margin-left: 225px;
	margin-top: -480px;
	padding-left: 45px;
	padding-right: 35px;
	padding-top: 80px;
	width: 630px;
	height: 500px;
	float: left;
}
#tekst {
	overflow: auto;
	width: 615px;
	height: 450px;
	padding-right: 10px;
}
h1 {
	margin-top: 0;
}
#menu ul ul {
position: absolute;
width: 120px;
left: -1000px;
}
#menu ul li:hover ul {
left: 175px;
}
#menu ul li {
float: left;
width: 120px;
}
