/* CSS Document */

body {
	background: url(../bakgrunn_stor.jpg) white center no-repeat fixed;
	/*background: url(graphics/bakgrunn_stor.jpg) white center no-repeat fixed;*/
	margin: 0px
}
        
#horizon {
	color: white;
	background-color: transparent;	        	        
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
	    
#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #CCCCCC;
	margin-left: -480px; /* settes til minus halve BREDDE */
	position: absolute;
	top: -288px; /* settes til minus halve HØYDE */	        
	left: 50%;
	width: 960px; /* BREDDE */ 
	height: 575px; /* HØYDE */
	visibility: visible
	}

