* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #224466;
	background-image: url(../img/background.jpg);
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding-top: 4px;
}
object, embed {
	outline:none;
}
#content {
	text-align: center;
	margin: 0 auto;
}
#game {
	width: 761px;
	margin: -45px auto 0;
}
#impressum {
	position: absolute;
	left: 45px;
	bottom: 0px;
	font-size:	11px;
	line-height: 11px;
}
#leftborder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	text-align: center;
}
#rightborder {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 130px;
	height: 510px;
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
}

