html {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FBFC01;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #FBFC01;
	
}

#banner {
	margin: 120px 0 0 0;
	width: 100%;
	height: 120px;
	background-image: url(../images/header.png);
	background-repeat: none;
	border-top: 3px solid #2E992F;
	border-bottom: 3px solid #2E992F;
}

#player {
	margin: 56px 0 0 0;
	text-align: center;
}

#info {
	clear: both;
	margin: 16px auto 0;
	padding: 12px;
	width: 320px;
	min-height: 40px; /* Für moderne Browser */
	height: auto !important; /* Für moderne Browser */
	height: 40px; /* Für IE */
	color: #2024F6;
	background-color: #D5D701;
	font-size: 0.6em;
	text-align: left;
	border: 1px solid #2E992F;
}