html, body {
	height:100%;
	width:100%;
	margin:0px;
	top: 0px;
	padding:0px;
	font-family:"Verdana", Arial, Helvetica, sans-serif; 
	color:#666666; 
	font-size:11px;
	background-color:#999999;
}

/* Grundgerüst */
#top {
	position: relative;
	width: 100%;
	height: 50%;
	margin: 0 auto;
	position: relative;
	background-color: #1B2330;
}
#textbox {
	position: relative;
	top: 25%;
	color: white;
	width: 520px;
	left: 30%;
}
