* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#150D0B;
		color:#150D0B;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:10px;
		height:50%;
		background-color:#150D0B;
		margin-bottom:-143px; /* half of container's height */
		float:left;
                z-index:1;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:286px;
		width:600px;
		clear:left;
		background-color:#150D0B;
                background: url(/rhodan_neu/bilder/titelbild.jpg) no-repeat;
		border:2px solid #8F7964;
		
		}

        #logo {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:86px;
		width:350px;
		clear:left;
		background-color:#150D0B;
                background: url(/rhodan_neu/bilder/startlogo.png) no-repeat;
		
		
		}

* html #logo {
            background-image: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/rhodan_neu/bilder/startlogo.png", sizingMethod="");
            }


#Layer1 {
	position:absolute;
	top:-200px;
        left:-200px;
	z-index:1;
}




