	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		width:100%;
		}

	/*body {
		background-color:#e31612; /* hintergrundfarbe eintragen */
		/*background-image:url(../grfx/bg-rot.jpg);
		background-repeat:no-repeat;
		width:100%;
		height:100%;
		}
		*/

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-337px; /* negative halbe höhe des hintergrundbilds angeben */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1000px; /* breite des hintergrundbilds angeben */
		height:675px; /* höhe des hintergrundbilds angeben */
		clear:left;
	}
		
		#background {
height:100%;
left:0;
position:fixed;
text-align:center;
top:0;
width:100%;
z-index:-1;
		}
