body	{
	background-color: #000000;
	margin: 0px;
}

table, td	{
	border-collapse: collapse;
	color: #000000;
}

#header	{
	height: 430px;
	width: 1000px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

#meny {
	margin-top: 330px;
	height: 40px;
	width: 580px;
	margin-left: 360px;
	font-family: sans-serif;
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
	
	
    
    
}

#meny a {
	color: #000000;
	text-decoration: none;
	font-family: serif;
}

#meny a:hover {
	color: #695353;
	text-decoration: underline overline;
}


#content	{
	width: 800px;
	background-repeat: repeat-y;
	background-image: url(content.jpg);
}
#innhold {
	margin-left: 100px;
	width: 800px;
	color: #FFFFFF;
}



#footer	{
	width: 1000px;
	height: 49px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}

