BODY {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	/* Added for opera: */
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #ccb2c4;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 960px;
	
}


#wrapper {
width: 960px;
margin: 0 auto;


}



#header {
	position: relative;
	width: 960px;
	float: left;
	top: 0px;
}




#banner {
	position: relative;
	width: 800px;
	float: left;
	top: 0px;
	height: 250px;
	margin-top: 30px;
}


#tilbud {
	position: relative;
	width: 800px;
	float: left;
	top: 0px;
	height: 200px;
	margin-top: 20px;
}


#fasteting {
	position: relative;
	width: 800px;
	float: left;
	top: 0px;
	height: 200px;
	margin-top: 20px;
}



#footer {
	position: relative;
	height: 350px;
	width: 800px;
	float: left;
	margin-top: 20px;
}








.clear {
	clear:both;
}
	



a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #660000;
}

