	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#ffffff; /* hintergrundfarbe eintragen */
		text-align:center;
		}
		
	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-310px; /* negative halbe höhe des hintergrundbilds angeben */
		float:left;
		z-index:10;
		}

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