
body {
}
.bod {
  position:absolute;
  width:700px;
  height:800px;
  top:50%;
  Left:50%;
  margin-top:-250px;
  margin-left:-350px;
  background-image:url(../gfx/hintergrundkreise.jpg);
  background-color:#940604;
  background-repeat:no-repeat;
  background-position:bottom right;
  font-family:'Verdana','Arial';
  font-size:10px;
  color:#000000;
  }
.bildBottom {
  position:relative;
  left: 300px;
  width:350px;
  top: 10px;
  font-size:10px;
  }
