body {
	background-color: black;
}

#hoved {
	width: 902px;
	height: 600px;
	margin-top: 0px;
}

#headers {
	width: 902px;
	height: 134px;
	background-image: url("../images/banner.jpg");
}

#venstre {
	width: 150px;
	height: 327px;
	background-image: url("../images/bg_linker.jpg");
	float: left;
}

#center {
	width: 589px;
	height: 327px;
	background-color: white;
	margin-right: 0px;
	display: block;
	float: left;
}

#hoyre {
	width: 163px;
	height: 327px;
	background-image: url("../images/bg_bilde.jpg");
	display: block;
	float: left;
	
}

#midt {

	width: 587px; 
	height: 327px; 
	overflow: auto;
	background-color: white;

}

#footer {
	width: 902px;
	height: 102px;
	background-image: url("../images/bg_sponsor.jpg");
	float: left;
}

#bunn {
	margin-top: 10px;
	}

input.button {
		color: #000; 
		background: #ffffff;
	  	font-size: .6em;
	  	font-weight:bold;
	  	font-family: Verdana, Arial, Helvetica, sans-serif;
	  	border: solid 1px #000000;
	}
	
input.text {
		color: #000; 
		background: #dcdcdc;
	  	border: solid 1px #000000;
	}
	
.tt {
	color: white;
}



#linker {
	float: left;
	text-align: left;
	margin-left: 15px;
	font-size: 12px;
}

a.linker:link {
	color: #ffffff;
	text-decoration: none;
	}
a.linker:visited {
	color: #ffffff; 
	text-decoration: none;
	}
a.linker:hover {
	color: #ffffff; 
	text-decoration: none;
	}

a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover { 
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
