@charset "utf-8";
/* CSS Document */

body{
	background: url(http://www.joschabrueck.de/images/lichterwald.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#Logo{
	width:410px;
	height:270px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -205px;
	margin-top: -160px;
}