
body
{
   margin: 0px;
   font-family: Verdana;

  background-color: white

}

#MainMenu
{
  position: absolute;
  background-color:#6699cc;
  height: 27px;
  width: 100%;
  top: 100px;
  left: 0px;
  z-index: 1000
}


#MainTable
{
  position: absolute;
  width: 100%;
  top: 127px;
  left: 0px;
  z-index: 1
}

#PanelSx
{
 width: 252px
}

#PanelCenter
{
 width: 416px
}



#Testo
{
  padding: 4px
}

#Footer
{
   clear: both
}

#Navigatore
{
   font-size: 0.9em;
   padding: 4px;
   background-color: #F1F1F1;
   border-top: 1px solid #999999 ;
   border-bottom: 1px solid #999999
}