@charset "utf-8";
/* CSS Document */
html{
	padding-top:0px;
	margin-top:0px;
}

a:link {
	color:#CCC;
	border:none;
	text-decoration:none;
	outline:none;}
a:visited {color:#CCC;
	border:none;
	text-decoration:none;
	outline:none;}
a:hover {color:#CCC;
	border:none;
	text-decoration:none;
	outline:none;}
a:active img, a:hover img, a img, img {color:#CCC;
	border:none;
	text-decoration:none;
	outline:none;} 
a:focus
{
color:#CCC;
	border:none;
	text-decoration:none;
	outline:none;
	outline-style:none;
}

body{
	background-color:#000;
	padding:0px;
	margin:0px;
	background-image:url(mainbg.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

.img{
	background-image:url(icindex.PNG);
	background-repeat:no-repeat;
	background-position:center;
	width:800px;
	height:431px;
	margin:auto;
	padding-top:5px;
}

.meny{
	padding-top:0px;
	width:auto;
	height:15px;
	margin-top:0px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	border-bottom:solid;
	border-bottom-color:#666;
	border-bottom-width:1px;
}

.enter{
	/*Ta vekk denne padding når enter bildet skal inn*/
	padding-top:50px;
	/**/
	/*background-image:url(posterbg.PNG);*/
	background-position:center;
	background-repeat:no-repeat;
	/*width = 241px med enter bilde*/
	width:800px;
	/**/
	height:241px;
	margin:auto;
	margin-top:406px;
	color:#CCC;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.footer{
	margin:auto;
	position:absolute;
	bottom:0;
	background-image:url(footer.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:800px;
	height:234px;
}
