  html,body{
    background-image : url(immagini/background_body.gif);
    height      : 100%;
    padding     : 0;
    margin      : 0;
    font-family : Georgia;
    font-size   : 14px;
    text-align  : center;
  }
  .hide {
    display: none;
  }
  a:link,a:hover,a:visited{
    color           : #000;
    text-decoration : underline;
  }
  a:hover{
    color           : red;
  }
  img{
    margin : 10px;
  }
  h2{
    font-style    : italic;
    border-bottom : 1px solid #99723B;
    color         : #333;
  }
  #main{
    min-height : 100%;
    height     : auto !important;
    height     : 100%;
    margin:0px auto 0px auto;

    width            : 910px;
    background-image : url(immagini/bck.jpg);
    text-align       : left;
    padding-left     : 10px;
  }
  #banner{
    background        : #000 url(immagini/banner.jpg);
    background-repeat : no-repeat;
    height            : 230px;
    width             : 900px;
  }
  #content{
    width   : 880px;
    padding : 10px;
  }
  #menu{
    background-image : url(immagini/menu_bck.gif);
    height       : 50px;
    padding-left : 10px;
    width        : 890px;
  }
  #menu ul {
    list-style-type: none;
    position: relative;
  }
  #menu ul li {
    float: left;
    display: inline;
  }
  #menu ul li a {
    display: block;
    height: 50px;
  }  
  #menu ul li a.home {
    background: url(immagini/cmd_home.gif) no-repeat top left;
    width: 100px;
  }
  #menu ul li a.musicisti {
    background: url(immagini/cmd_musicisti.gif) no-repeat top left;
    width: 100px;
  }
  #menu ul li a.associazione {
    background: url(immagini/cmd_associazione.gif) no-repeat top left;
    width: 150px;
  }
  #menu ul li a.repertorio {
    background: url(immagini/cmd_repertorio.gif) no-repeat top left;
    width: 100px;
  }
  #menu ul li a.gallery {
    background: url(immagini/cmd_gallery.gif) no-repeat top left;
    width: 100px;
  }
  #menu ul li a.date {
    background: url(immagini/cmd_date.gif) no-repeat top left;
    width: 100px;
  }
  #menu ul li a.contatti {
    background: url(immagini/cmd_contatti.gif) no-repeat top left;
    width: 150px;
  }    
  #menu ul li a:hover {
    background-position: top right;
  }  
