div#container
{
   width: 876px;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   text-align: center;
   margin: 0;
   background-color: #FFFFFF;
   background-image: url(../img/fundo_azulclaro.jpg);
   background-attachment: fixed;
   background-repeat: repeat-x;
   background-position: center;     
   color: #000000;
}
