/* MULINO */

.body {
    background: white;
    text.align: center;
}

#header {
   position: absolute; 
   width: 1000px; 
   left:50%; 
   margin-left:-500px; 
   height: 145px; 
   z-index: 1; 
   top: 20px;
}

#menu {
  position: absolute; 
  width: 1000px;    
  left:50%; 
  margin-left:-500px; 
  height: 43px; 
  z-index: 1; 
  top: 145px; 
  background: url('../img/buttons/menu_bg.jpg') no-repeat;
}

#mybody {
    position: absolute; 
    width: 1000px; 
    left: 50%; 
    margin-left: -500px; 
    top: 188px; height: 556px;  
    z-index: 1;
}

#footer {
  position: absolute; 
  width: 1000px; 
  left: 50%; 
  margin-left: -500px; 
  height: 56px; 
  top: 744px; 
  z-index: 1;

}




