/* CSS Document */

body {
	background-color: #000000;
}

#zentriert {
 position:absolute;
  top:50%;
  left:50%;
  width:1000px;
  height:595px;
  margin-left:-500px;
  margin-top:-295px;
  }