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

body {
	background: #898989; /*#B26900*/
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#home {
  width: 936px;
  height: 500px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -468px;
  margin-top: -275px;
}
#logo {
  margin-top: 40px;
  width: 937px;
  height: 440px;
  margin-left: auto; 
  margin-right: auto;
  background: url(photo.jpg) no-repeat top center;
}
#navigationarea {
	padding-top: 10px;
	margin-top: 10px;
	width: 937px;
	height: 70px;
	background: #242424;
	position:absolute;
}
#navigationarea ul.nav{
  margin-left:17px;
	list-style-type:none;
	float: left;
	width: 90px;
}
#navigationarea ul.nav li.top{
	text-align: center;
}
#navigationarea ul.nav a{
	font: 14px Arial;
	color: #BFBFBF;
	text-decoration:none;
}
#navigationarea li.item a{
	font-size: 11px;
}
#navigationarea ul.nav a:hover{
	text-decoration: underline;
}
#navigationarea ul.group {
	display: none;
}
#navigationarea ul:hover ul.group {
	display: block;
	position: absolute;
	bottom: 50px;
	left: auto;
	height: 280x;
	width: inherit;
	list-style-type: none;
	padding-bottom: 30px;
	background: #242424;
	opacity: 0.8;
}
#navigationarea ul:hover ul.group li{
	margin-left: -35px;
}