/* CSS Document */


#pagina { display: absolute;background: #ffffff url(images/bihara1.jpg);}
   
#header { position: relative; border: 10px solid #c0c0c0; 
	width: 98.1%; height: 26.5%; 
	top: 0; right: 0; left: 0;z-index:20;
	background: #0080c0 url(images/spagnolo.jpg); overflow: none; 
	
	}  
	
#sidebar {  position: relative;  margin: 0px auto; border: 8px solid #c0c0c0;
	width: 25.9%; height: 10.9%;  overflow: auto; 
    right: 36.1%;  top: -8px; bottom: 0%; z-index:30;
    background:  url(images/bihara3.jpg);
    
    }
    
    #container { position: relative ;
  	width: 87.5%; height: 530px; margin: 0px;
  	top: 50px ;  left: 0px ; bottom: 0%;padding:4.0em;
  	background: #ffffff url(images/trama1.jpg);
     
  	}
    
    
    
#main { position: absolute;overflow: auto;
  	width: 58%; height: 520px;padding:4.0em;
  	top: 187px ;  left: 330px ; bottom: 0%;
  	background: #ffffff url(images/bihara1.jpg);
     
  	}






A:LINK    {text-decoration: underline ; Color:#0000a0 }

A:VISITED {text-decoration: underline; Color: #0000a0 }
	
A:HOVER   {background:#ffffff}

	body {font-size:62%;  text-align:justify;   }

img {display: block; }




















