/*
Client : Muppets Cover Band
Designer : Andrea A. Bianco
URL Designer : www.lostconnection.net
Date : 2007-2008
*/

 html {
    background-color: #ffffff;
 }
 
 body
   {
   padding: 0;
   text-align: center;
   background-image: url('img/sfondo-index.gif');
   background-repeat: repeat-x;
   background-position: top left;
   background-color: #ffffff;
   margin: 0px;
   }

   font
   {
   font-family: tahoma, sans-serif;
   font-size: 11px;
   color: #505050;
   }

   img
   {
   margin: 0px;
   padding: 0px;
   border: none;
   }

   div#contenitore
   {
   width: 1000px;
   text-align: center;
   padding: 0px;
   margin: 0 auto;
   }

   div#blocco
   {
   background: url('img/img-index-nuova.jpg') top center no-repeat;
   padding: 0px;
   margin: 0px;
   width: 1000px;
   height: 500px;
   text-align: left;
   }
  
   #entra {
   top: 406px;
   left: 210px;
   position: relative;
   height: 50px; 
   width: 160px;
   padding: 0px;
   margin: 0px;
   background-color: #98a823;
   overflow:hidden;
   }
   
   #caricamento {
   display: block;
   top: 0px;
   left: 0px;
   position: relative;
   height: 50px; 
   width: 160px;
   padding: 0px;
   margin: 0px;
   background: #98a823 url('img/caricamento.jpg') 0 0 no-repeat;
   }
   
 
   #entra a {
   display: block;
   background: #98a823 url('img/entra-btn.jpg') 0 0 no-repeat;
   text-decoration: none;
   padding: 0px;
   margin: 0px 0px 0px 32px;
   width:160px;
   height:50px;
   outline: none;
   }
   
   #entra a:hover {background-position: 0 -50px;}

  #infodiv {
  line-height: 14pt;
  width: 340px;
  padding: 0px;
  font-family: tahoma, sans-serif;
  font-size: 11px;
  text-align:center;
  margin: 0 auto; 
  }
  
  #infodiv a {
  color: #98a823;
  text-decoration: none;
  }
  
  #infodiv a:link {
  color: #98a823;
  text-decoration: none;
  }
  
  #infodiv a:hover {
  text-decoration: underline;
  }
  
  #nebbiafitta {
  background-color: #ffffff;
  display: none;
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index:1600;
  color: #ffffff;
  }
