body  
     {
	    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    	padding: 0;
    	/*text-align: center; *//* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    	color: #fff;
    	font-family: Arial, Arial;
    	background: #ccc;
    }
      
      div#wrapper
      {
        border:       1px solid #000;
        background-color: #fff;
        background-image:   url('../img/home/sfondo2.jpg');
        background-repeat: no-repeat;
        
        background-position: center -50px;
        
        
        height:       585px;
        width:        990px;
        
        
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -500px;
        
      }
    
      /*
      ul.lingue
      {}
      
      
      ul.lingue li, ul.agenzie li
      {
        display: inline;
        list-style: none;
        
        
      
      }
      
      .lingue a
      {
        text-decoration: none;
      
      }*/
 /*     
      a.ita div
      {
        width: 109px;
        height: 29px;
        background: url('../img/home/ita.jpg') no-repeat;
        text-align: center;
        text-transform: uppercase;
        color: #ccc;
        font-weight: bold;
        padding-top: 60px;
        
         position: absolute;
         bottom: 30px;
         left: 325px;
         
      }
      
      a.eng div
      {
        width: 109px;
        height: 29px;
        background: url('../img/home/eng.jpg') no-repeat;
        text-align: center;
        text-transform: uppercase;
        color: #ccc;
        font-weight: bold;
        padding-top: 60px;
        
        position: absolute;
        bottom: 30px;
        right: 325px;
      }
  */    
      
      
      /*a.ravenna div*/
      div#agra
      {
        width: 93px;
        height: 75px;
        
        text-align: center;
        text-transform: uppercase;
        color: #ccc;
        font-weight: bold;
        
        
         position: absolute;
         bottom: 230px;
         left: 300px;
      }
      
      div#agra a
      {
        background: url('../img/home/ravenna.gif') no-repeat;
        display: block;
        width: 93px;
        height: 75px;
      }
      
      div#agra a:hover
      {
        background: url('../img/home/ravenna2.gif') no-repeat;
      }
      
      div#agmima
      {
        width: 93px;
        height: 75px;
        
        text-align: center;
        text-transform: uppercase;
        color: #ccc;
        font-weight: bold;
        
        
        position: absolute;
        bottom: 230px;
        right: 400px;
      }
      
      div#agmima a
      {
        background: url('../img/home/mimarittima.gif') no-repeat;
        display: block;
        width: 193px;
        height: 75px;
      }
      
      div#agmima a:hover
      {
        background: url('../img/home/mimarittima2.gif') no-repeat;
      }
      
      
      /*
      
      a.mimarittima div
      {
        width: 193px;
        height: 75px;
        background: url('../img/home/mimarittima.gif') no-repeat;
        text-align: center;
        text-transform: uppercase;
        color: #ccc;
        font-weight: bold;
        padding-top: 60px;
        
        position: absolute;
        bottom: 130px;
        right: 280px;
      }
      */
    
div#sidefooter
{
    text-align: right;   
    color: #666; 
    font-size: 9px;
    text-transform: uppercase;
    padding-right: 5px;
    font-weight: bolder;
    
	 
    height: 60px;
    vertical-align: bottom;
    
}

div#sidefooter ul
{
  margin-top: 5px;
  margin-right: 5px;
}
div#sidefooter li
{
    list-style: none;
    margin-top: 0px;
    padding-top:0px;
    line-height: 10px;
       
}
    
div#sidefooter a
{
    color: #000;
    text-decoration: none;    
    
}    



a.ita
{
  
  
  width: 109px;
  background: url('../img/home/ita.jpg') no-repeat;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  font-weight: bold;
  
  padding-top: 60px;
  padding-bottom: 15px;
  display: block;
  text-decoration: none;
}
      
a.eng
{
  width: 109px;
  background: url('../img/home/eng.jpg') no-repeat;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  font-weight: bold;
  
  padding-top: 60px;
  padding-bottom: 15px;
  display: block;
  text-decoration: none;
}
      
a:hover
{
  color: #003399;
}
      
div#itabtn
{
  position: absolute;
  bottom: 70px;
  left: 325px;
}
div#engbtn
{
  
  position: absolute;
  bottom: 70px;
  right: 325px;
}


div#info
{
  color: #aaa;
  position: absolute;
  bottom: 10px;
  font-size: x-small;
  text-align: center;
  width: 100%;
  padding-right: 10px;
}

#info a
{
  color: #003399;
  text-decoration: none;
  text-transform: uppercase;

}

