/* CSS Document */

#zentriert {
  position:absolute;
  top:50%;
  left:50%;
  width:900px;
  height:426px;
  margin-left:-530px;
  margin-top:-260px;
  padding:1em;
  border:#000000;
}

body {
	background-color: #000000;
}




