/*************************
 Anfang index.css
 *************************/

BODY {
  margin: 0px 0px 0px 0px;
	background-color:#000000;
}
/*************************
 Anfang zentriert-box
 *************************/
#zentriert {
  position:absolute;
  width:650px; height:500px;
  background-image: url(hamlet-in-rock.jpg);
  background-repeat:no-repeat;
  top:50%;
  left:50%;
  margin-top:-250px; /* negative Hälfte von height:750px */
  margin-left:-325px; /* negative Hälfte von height:551px */
  text-align:center;
  }
  /*************************
 Ende zentriert-box
 *************************/
 
  
/*************************
 Ende index.css
 *************************/

