html {
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  font-family:Verdana;
  font-size:13px;
}

html, body {
	padding:0; margin:0;
}

a {
	text-decoration:none;
	color:#fff;
}
a:hover {
	text-decoration:underline;
}

#game_div {
  margin-top: 50px;
}
.game_wrap { width:400px; margin: auto; }

.wrapper {
	width:728px;
	margin:20px auto;
	padding-top:20px;
	background-color:#333;
	box-shadow:0 0 2px #333;
}

#footer {
	width:100%; height:125px;
	/* margin-top:40px; */
	background-color:#3AB137;
}

#footer p {
	margin:10px;
}
#footer a { color:#333; }

#links, #rechts {
	height: 100%; width: 50%;
}
#links { float: left; }
#rechts { float: right;}

#mitte {
	height: 100%; width: 10%;
    margin: 0 auto;
}