body {
   background-repeat:no-repeat;
   background-size:110%;
}

body div#bgoverlay {
  width:110%;
  height:110%;
  background-image:url("/pics/bgimages/777777.jpg");								/* graues Hintergrundbild, dass ausgeblendet wird wenn Zufallsbild fertig geladen ist */
  position:fixed;
  margin:-7em;
  z-index:-2;
}

#page_end_bg {
  position:fixed;
  background:url('/pics/bgimages/page_end_bg.png') no-repeat;
  z-index:-3;
  bottom:0;
  width:100%;
  height:250px;			/* Height of the footer */
}