body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body { 
	background: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	color: black;
	font-size: 62.5%;
	font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}     
a { 
	color: #C60008; 
	font-weight: bold; 
	text-decoration: none; 
}     
a:hover { 
	color: #000; 
	text-decoration: none; 
}
a:focus {
  outline: none;
}
div#whopper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 770px;
	height: 542px;
	margin-left: -358px; /* half of width */
	margin-top: -271px;  /* half of height */
	padding: 0;
} 


h1 {
	float: right;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
	background: #fff url(../img/release-date.gif) no-repeat top right;
	height: 55px;
	width: 348px;
}


ul.menu {
	clear: right;
	float: right;
	padding: 0;
	margin: 0 5px;
	list-style-type: none;
}
ul.menu li {
	float: right;
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: none;
	text-indent: -99999px;
}
ul.menu li a {
	display: block;
	height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul.menu li a#login {
	width: 45px;
	background-image: url(../img/btn-login.gif)
}
ul.menu li a#more {
	width: 146px;
	background-image: url(../img/btn-more.gif)
}
ul.menu li a#contact {
	width: 63px;
	background-image: url(../img/btn-kontakt.gif)
}
ul.menu li a:hover {
	background-position: 0 -22px;
}

#teaser {
	position: relative;
	top: 15px;
	clear: both;
	width: 770px;
	height: 450px;
	background: url(../img/scope-intro.gif) no-repeat top center;	
}

#info {
	display: none;
	position: relative;
	clear: both;
	width: 770px;
	height: 450px;
	background: url(../img/scope-info.gif) no-repeat top center;	
}

