body { 
	padding: 0;
	margin: 0;
	background-image: url(http://www.tandrupnaturfilm.dk/image/front.jpg); 
	background-position: top left; 
	background-repeat: no-repeat; 
	background-color: #333;
	background-attachment: fixed;
	width: 100%; 
	height: 100%; 
}

/* header på forside */

#header {
	position: absolute;
	background-color: #111;
	filter:alpha(opacity=30);
	opacity:0.3;
	top: 57px;
	text-align: center;
	width: 100%;
	height: 136px;
	border-width: 0px 0px 0px 0px;
	border-color: #bbb;
	border-style: solid;
	z-index: 10;
}
#header2 {
	position: relative;
	/*background-color: #111;
	filter:alpha(opacity=20);
	opacity:0.1;*/
	top: 57px;
	text-align: center;
	width: 100%;
	height: 136px;
	border-width: 0px 0px 0px 0px;
	border-color: #bbb;
	border-style: solid;
	z-index: 20;
}
.headerbox {
	/*background-image: url(http://www.broelling.dk/jan/image/frontlogo.png);
	background-position: top left; 
	background-repeat: no-repeat;
	opacity:1.0;*/
	/*background-color: #333;
	border-width: 1px 1px 1px 1px;
	border-color: #bbb;
	border-style: solid;*/
	margin:0 auto;
	width: 710px;
	left: 270px;
	height: 136px;
	z-index: 30;
}

/* scalable billede på forside */

img#expando { 
	position: absolute; 
	display: none; 
	z-index: 1; 
	-ms-interpolation-mode: bicubic; 
} 
.wide img#expando, 
.tall img#expando { 
	display: block; 
} 
.wide img#expando { 
	width: 100%; 
	height: auto; 
} 
.tall img#expando { 
	width: auto; 
	height: 100%; 
}
.ie6fixed {
	position: absolute;
	top: expression((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + 'px') !important;
}