body {
     width: 100%;
     height: 30px;
     background-color: white; 
     background-image: url(barra1.png);
     background-position: top left;
     background-repeat: repeat-y;
}

#anuncio {
          
      width: 100%;
      height: 370px;
          
      background-image: url(anuncio.png);
      background-position: center center;
      background-repeat: no-repeat;
   
}


#telefono {
          
      width: 100%;
      height: 100px;
          
      background-image: url(telefono.png);
      background-position: bottom right;
      background-repeat: no-repeat;
   
}
