body {
	background-color: #000000;
	text-align: center;
	
}
#container {
	height:100%;
	width: 400px;
	margin: 0 auto;
}

#header {
	height: 500px;
	width: 400px;
	background-image: url(mask.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.knapp {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
	margin-top: 5px;
}
#content {
	width:auto;
	float:none;
	margin: 0px;
	padding: 0px;
	line-height:1.2em;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}

#bottom {
	clear:both;
	margin-top:10px;
	padding:10px;
	color:#000000;
	text-align:center;
}
#meny {
	float:left;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	font-size:1em;
	margin-right: 0px;
	padding-top: 0px;
	height: 50px;
}
.input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	float: none;
	margin-top: 5px;
	text-align: center;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

