@charset "utf-8";
/* CSS Document */
body{font-family:Verdana, Arial, Helvetica, sans-serif;
background:#666666;}
#tutto{width:970px;height:auto;margin:0 auto;background-image:url(images/sfondopagina.png);background-repeat:repeat-y;}
#container{width:970px;height:600px;margin:0 auto;
background-image:url(images/sfondo.png);
}
#contenuto{
width:970px;
height:300px;
}
#banner{
width:970px;
height:220px;
background-image:url(images/banner.png);

}

#spazio{
height:330px;
width:970px;}
#bandiere{
margin:0px 35px;
height:40px;
}
#testo{
margin:0px 10px 20px 0;}
.titolo{
font-size:18px;
color:#666666;
text-align:right;
}
.titolo_centro{
margin-top:35px;
font-size:18px;
color:#FFFFFF;
text-align:center;
}
#bandiera_singola{
width:60px;
height:40px;
float:left;
margin:0 15px;
}
#bandiera_singola:hover{
filter:alpha(opacity=65);
-moz-opacity:.65;
opacity:.65;}

#footer{
width:970px;
background-image:url(images/sfondopagina.png);background-repeat:repeat-y;
border-top:3px solid #FFFFFF;
margin:0 auto;
}
.testo_footer{
padding:5px;
text-align:center;
font-size:12px;
color:#FFFFFF;
}
.clear{
clear:both;
}

.grande{
font-size:36px;
color:#FFFFFF;
}
