@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	background-color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#distance { 
	margin-bottom: -218px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

div#main {
	background-image: url(../bilder/grafikk%20slices/forside_bakgrunn.jpg);
	position: relative;   /* positions content on top of distance */
	height: 437px;         /* required - desired height */
	width: 603px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	border: 4px solid #50304B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #50304B;
}

#main img {
	border: 1px solid #50304B;
	margin-bottom: 5px;
}
