@import "/hauptnavi.css";


html {
    height: 100%;
    width: 100%;

    vertical-align: middle;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 62.5%; /* Resets 1em to 10px */
    background: #d0d1d3;
    
    margin: 0;
    padding: 0;
	overflow: hidden;
    }

img, img a {
    border: 0;
}





/* SIZING AND POSITIONING */
#horizon
	{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#container
	{
	position: absolute;
    width: 956px;
    height: 630px;
	padding: 0;

	margin-left: -478px;
	top: -315px;
	left: 50%; 
	visibility: visible;
	
    background: url('/_images/bg_splash.jpg') no-repeat;
	}


#content {
    position: absolute;
	left: 323px;
	top: 42px;
	
	width: 490px;
	height: 510px; 
	
	padding: 20px 40px;
	
 	visibility: visible;
    overflow: auto;
}
