/* basic elements */
body { 
	background-position: center;
	background-color: black;
	margin: 0px;
	font: 8pt/12pt Georgia, Times New Roman, Times, serif;
	color: white;
}
p { 
	font: 9pt/13pt Georgia, Times New Roman, Times, serif;
	color: white;
	margin: 0px;	
	text-align:left;
	vertical-align:top;
	padding-bottom: 20px;
}
b { 
	font: 8pt/12pt Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-align:left;
	margin-top: 0px;
	color: #999999;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color:#999999;
	}
a:visited {
	font-weight: bold; 
	text-decoration: underline; 
	color:#999999;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #333333;
	}
a.menu {
 	font: 9pt Georgia, Times New Roman, Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold; 
	text-decoration: none; 
	color:#999999;
}
a.menu:hover, a.menu:active {		
	text-decoration: none; 
	color: #666666;
}
td {
	border: none;
	text-align: left;
	vertical-align: top; 	
}

/* specific divs */

#container {
	background-image: url(bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 781px;
	height: 716px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	border: 0px;
	}
#content {
	margin: 360px 0px 0px 145px;
	vertical-align: top;
	width: 550px;
	height: 500px;
	border: 0px;
	position:absolute;
}
#footer { 
	background-image: url(bottom.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: -20px;
	width: 585px;
	height:39px;
	position: static;
	background-color: transparent;
	text-align: left;
}
#meny {
	width: 397px;
	height: 58px;
	position: absolute;
	margin: 299px 0px 0px 247px;
}