@media all {

   * {
      padding: 0;
      margin: 0;
      border: 0;
   }
   
   * a {
      outline: none;   
   }
   
   body {
      background-color: #fff;
      color: #464646;
      font-family: "Trebuchet MS", serif;
   }
   
   div {
      width: 845px;
      height: 556px;
      left: 50%;
      top: 50%;
      margin-left: -422px;
      margin-top: -278px;
      background-image: url(baustelle.jpg);
      background-repeat: no-repeat;
      position: absolute;
   }
   
   h1, h2, p {
      position: absolute;
      width: 100%;
      text-align: center;  
   }
   
   h1 {
      top: 435px;
      font-size: 21px;
   }
   
   h2 {
      top: 480px;
      font-size: 19px;
   }
   
   p {
      font-size: 14px;
      top: 470px;
      line-height: 20px;
   }
   
   a {
      color: #96172c;  
   }
   
   a:hover {
      text-decoration: none;  
   }
      
}