/*========================================
  Template
========================================*/

/*===== Hintergrundfarbe =====*/
body {
	background-color: #000;
}

/*===== Zentrierter Hintergrund =====*/
#background {
	background-image: url(../images/background.png);
	position: absolute;
	height: 740px;
	width: 984px;
	margin-top: -370px;
	margin-left: -492px;
	top: 50%;
	left: 50%;
}

/*===== Hauptmenü =====*/
#mainMenu {
	position: absolute;
	height: 35px;
	width: 984px;
	top: 210px;
	left: 0px;
}

/*===== Inhaltsbereich =====*/
#content {
	position: absolute;
	height: 468px;
	width: 984px;
	top: 246px;
	left: 0px;
}

/*===== Unteres Menü =====*/
#bottomMenu {
	position: absolute;
	height: 23px;
	width: 984px;
	top: 716px;
	left: 0px;
}