body {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
   background-image: url('../images/bg.jpg');
   background-position: center top;  
   color: white;
   font-family: arial;
   font-size: 0.9em;
}

   a{
      text-decoration: none;
      color: white;
   }
    
      a:hover{
         text-decoration: underline;
      }
    
      a img{
         margin: 0px;
         padding: 0px;
         border: 0px;
      }

   div.wrapper {
      margin: 0px auto;
      padding: 0px;
      position: relative;
      height: 520px;
      width: 741px;
      background-image: url('../images/intro.jpg');
      background-repeat: no-repeat;
      overflow: hidden;   
   }
      
      a#enter{
         position: absolute;
         bottom: 107px;
         left: 208px;
         margin: 0px;
         padding: 0px;
         width: 312px;
         height: 38px;
         background-image: url('../images/intro_enter.jpg');
         background-repeat: no-repeat;   
         background-position: 0px 0px; 
         display: block;
      }
         
         a#enter:hover{
            background-position: 0px -38px; 
         }
      
      p.contact{
         position: absolute;
         bottom: 0px;
         left: 0px;
         margin: 0px;
         padding: 0px;
         width: 741px;
         text-align: center;
      }