*{
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: url(../img/bg.jpg);
	font-family: Trebuchet MS;
}

div#header{
	height: 51px;
}

div#teaser{
	height: 336px;
	width: 100%;
	background: url(/img/bg_teaser.png);
	padding: 1px 0px;
	z-index: 2;
	margin-bottom: 18px;
}

.relative{
	position: relative;
}

img#menu{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 204px;
	z-index: 1;
}

a {
	text-decoration: none;
	color: #ba4a22;
}

div.wrapper{
	width: 980px;
	margin: 0px auto;
}

div#image{
	position: absolute;
	width: 487px;
	height: 281px;
	padding: 10px;
	top: 16px;
	right: 0px;
	background: url(/img/border_teaser.png);
}

img#logo{
	position: absolute;
	top: 20px;
	left: 50px;
	width: 350px;
	height: 52px;
}

img#cover{
	position: absolute;
	top: 70px;
	left: 90px;
	width: 255px;
	height: 231px;
}

h2{
	font-size: 18px;
}

.clear{
	clear: both;
}

p{
	font-size: 14px;

}

div#images{
	width: 233px;
	float: left;
	text-align: center;
}

div.heading{
	background: #1c1811;
	color: #ba4a22;
	padding: 8px 12px;
	font-size: 18px;
}

div.container{
	background: #564a38;
	color: #fff;
	padding: 8px 12px;
}

div.news{
	background: #564a38;
	color: #dac499;
	padding: 8px 12px;
}

div#boxes{
	width: 307px;
	float: left;
}

div#footer{
	border-top: 1px solid #DAC499;
	background: #4f402e;
	width: 100%;
	color: #DAC499;
	margin-top: 20px;
	padding: 10px 0px;
}

div#footer p{
	font-size: 12px;
}

#player{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -470px;
}
