html {
	width:100%;
	background-image:url(../img/sfondo_index.jpg);	 	
	background-repeat: repeat-x repeat-y;
}	 
 
body {
    background-color: #404040;
	background-image:url(../img/sfondo_index.jpg);
	background-repeat: repeat;
	 width:100%;
    overflow:hidden;	 
}


#striscia{
position:absolute;
right:30px;
width:300px;
height:200px;
background-color:#FFFFFF;
/*filter:alpha(opacity=90); */
border-right:#404040 2px solid;
border-left: #404040 2px solid;
border-top:#404040 2px solid;
border-bottom: #404040 2px solid;
padding:0px;
margin:0px;
top:10px;
/*filter:alpha(opacity=80); 
opacity:0.8;*/
}


#logo{
top:20px;
left:0px;
background-image:url(../img/logo.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
width:276px;
height:115px;
border:0px;
padding:0px;
margin:10px; 
display:block;
}


#it{
position:relative;
top:-2px;
left:15px;
background-image:url(../img/it.gif);
width:30px;
height:30px;
border:0px;
padding:0px;
margin:0px;
float:left;
}

#Desc_it{
position:relative;
top:5px;
left:15px;
color: #6c7578; 
font-size: 15px; 
line-height: 30px; 
font-family: Arial, Helvetica, sans-serif; text-align: justify;
width:250px;
height:30px;
border:0px;
padding:0px;
margin:0px;
float:left;
}
#Desc_it a:link {color: #6c7578;  text-decoration: none; padding:5px;}
#Desc_it a:visited {color: #6c7578;  text-decoration: none; padding:5px;} 
#Desc_it a:hover { color: #FFF; text-decoration: none; background-color:#404040;} 


#en{
position:relative;
top:-32px;
left:255px;
background-image:url(../img/en.gif);
width:30px;
height:30px;
border:0px;
padding:0px;
margin:0px;
float:left;
}

#Desc_en{
position:relative;
top:-30px;       /* quando link mettere a 57 */
left:145px;
color: #6c7578; 
font-size: 15px; 
line-height: 30px; 
font-family: Arial, Helvetica, sans-serif; text-align: justify;
width:150px;
height:30px;
border:0px;
padding:5px;     /* quando link mettere a 0 */
margin:0px;
float:left;
}
#Desc_en a:link {color: #6c7578;  text-decoration: none; padding:5px;}
#Desc_en a:visited {color: #6c7578;  text-decoration: none; padding:5px;} 
#Desc_en a:hover { color: #FFF; text-decoration: none; background-color:#404040;} 


#scritta{
position:absolute;
top:0px;
left:0px;
color: #FFF; 
font-size: 65px; 
line-height: 100px; 
background-color:#c0c0c0;
padding:15px;
font-family: Arial, Helvetica, sans-serif; text-align: justify;
width:100%;
height:100px;
border:0px;
margin:0px;
float:left;
filter:alpha(opacity=40); 
opacity:0.4;
z-index:0;
font-style: italic;


}

#piva{
position:absolute;
bottom:-7px;
left:100px;
color: #6c7578; 
font-size: 10px; 
line-height: 30px; 
font-family: Arial, Helvetica, sans-serif; text-align: justify;
width:100%;
height:30px;
border:0px;
padding:0px;
margin:0px;
float:left;
z-index:0;
}



