/* EBENEN UND SEITENFORMATIERUNG */

/* Main */

body {
	background-repeat: repeat;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#background {
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
}

#logo {
	position:fixed;
	width:100%;
	height:128%;
	z-index:2;
	margin-top:-9%;
}

#text {
	position:relative;
	z-index:3;
	padding-top: 50%;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.90em;
	color:#FFFFFF;
}

