<html><head><title>Bild auf ganzen Hintergrund aufspannen</title><style type="text/css">html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

body {
background-image:url(http://headline-music.de/Fotos/HintergrundDunkel.jpg);



	background-position: center top;
	background-repeat: no-repeat;
}

#hintergrund {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#scrollbereich {
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

#inhalt {
	padding-bottom: 30px;
	padding-left: 200px;
	padding-right: 100px;
	padding-top: 20px;
	z-index: 2;
}

