html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	word-spacing: -0.1em;
	letter-spacing: 0.1em;
	color: #390063;
}

#background {
	width: 100%;
	height: 100%;
	position: absolute;

}

#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 1;
}

#container {
	width: auto;
	height: auto;
	border-width: 0px;
	z-index: 3;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	color: #000;
	border: 0px solid #000;
	width: 640px;
}

#box-logo {
	position: absolute;
	top: 23px;
	left: 0px;
	z-index: 3;
	color: #000;
	width: 600px;
	height: 200px;
}

#menu {
	position: absolute;
	top: 100px;
	color:#000;
	left: 0px;
	z-index: 3;
}

#tekst {
	position: absolute;
	top: 160px;
	color:#fff;
	left: 20px;
	z-index: 3;
}
h1 {
  font-size:12px;	
	
}


