html, body {
	height:100%;
	padding:0;
	margin:0;
	background: url('img/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
div, img {
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
	
a{
	color:#FFF;
	}
a.positive {
	color:#666;
	}
a:hover {
	color:#F90;
	}

#content{
	position:absolute;
	bottom:15%;
	left:10%;
	background-color:#666;
	padding:15px;
	color:#FFF;
	width:540px;
	}
#content img{
	float:left;
	margin-right:10px;
}
#impressum {
	position:absolute;
	bottom:10px;
	right:20px;
	}