body {
background: #fff;
text-align: center;
margin: 0;
}
a, a:hover, a:active, a:visited {
text-decoration : none;
}
#wrapper {
 position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 800px; 
  height: 600px; 
background: transparent url("../images/sundae-waiter.jpg") top center no-repeat;
  margin-top: -300px; /* moitié de la hauteur */ 
  margin-left: -400px; /* moitié de la largeur */ 

  border: 0px; 
}
#contact {
position : relative;
top: 520px;
font-size: 80%;
}
.hidden {
visibility: hidden;
text-decoration: none;
}
