/* basic elements */
body { 
	background-color: black;
	margin: 0px;
	font: 8pt/12pt tahoma, Geneva, Arial, sans-serif;
	color: white;
}
p { 
	font: 10px/15px tahoma, Geneva, Arial, sans-serif;
	color: white;
	margin: 0px;	
	text-align: center;
}
p.top { 
	font: 8pt/12pt tahoma, Geneva, Arial, sans-serif;
	margin-top: 0px; 
	text-align: justify;
}
h2 { 
	font: 10px tahoma, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	color: grey;
	}
b { 
	font: 11px tahoma, Geneva, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	color: #cc0000;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #cc0000;
	}
a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #cc0000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #CCCCCC;
	}
a.menu {
	text-align: left;
	line-break: strict;
	line-height: 0%;
	text-indent: 0%;
}
a.menu:hover {			
	text-align: left;
	line-break: strict;
	line-height: 0%;
	text-indent: 0%;
}
table {
	border: none;
	text-align: left;
	vertical-align: top; 	
}
td {
	border: none;
	text-align: left;
	vertical-align: top; 	
}

/* specific divs */

#container {
	background: transparent url(bg.jpg) center top no-repeat;
	width: 1005px;
	height: 720px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	border-style: solid;
	border-color: white;
	}
#content {
	margin: 120px 0px 0px 64px;
	vertical-align: top;
	width: 459px;
	border: 0px;
	position:absolute;
}


#logo {
	margin: 20px 0px 0px 64px;
	vertical-align: top;
	width: 293px;
	height: 70px;
	border: 0px;
	position:absolute;
}

#meny {
	margin: 63px 0px 0px 732px;
	vertical-align: top;
	width: 234px;
	height: 20px;
	position: absolute;
	border: 0px;
	
}
