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

html, body {
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#002857;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
}
#container {
	margin:10px;
	width:840px;
	height:640px;
	background-image:url(../images/bg_intro.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#scrollup {
	position: relative;
	overflow: hidden;
	height: 80px;
	width:435px;
	text-align:center;
}
.headline {
	position: absolute;
	padding-top:20px;
	top: 90px;
	height: 85px;
	width:435px;
	color:#fff;
	font-size:24px;
	text-align:center;
}

