html, body{
min-height: 100%;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
font: 10pt/14pt Georgia;
color:#669;
}

h1{color: #669; font-family:Georgia; font-style:italic; font-size:18px; font-weight:bold; text-align:center; } 
h2,h3,h4,h5,h6{color: #669; font-family:Georgia; font-style:italic; font-weight:bold;
line-height:11px;
font-size:10px;
text-align:center;
}
/*testo principale a forma di coppa*/
#contenuto{
position: absolute;
z-index: 5;
width: 45%;
height: 60%;
left: 27%;
top: 10%;
overflow: auto;
text-align:center; 
}
#contenuto a{
text-decoration: underline;
}


/*sfondo*/
#sfondo{
position: absolute;
z-index: 1;
height:100%;
width: 100%;
margin: 0;
padding: 0;
}

/*ENTRA sx*/
#sfondo_navbar{
position: absolute;
z-index: 2;
width: 33%;
height: 7%; 
left: 20%; 
top:69%;

}

#sfondo_navbar a:hover{
filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
}

/*ESCI*/
#sfondo_dx{
position: absolute;
z-index: 2;
width: 27%;
height: 7%;
left: 54%;
top: 69%;
}
#sfondo_dx a:hover{
filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
}
/*non ho capito come toglie le anderline ai tasti*/
#navbar li a:link, #navbar a:visited, a { 
text-decoration: none;
}

/*mainFooter---5 articoli riportati per indicizzazzion mainFooter*/
#main_footer{
position: absolute;
z-index: 6;
width: 90%;
height: 27%;
left: 12%;
top: 80%;
overflow: auto;
}
/*testo del mainFooter*/
#testo_1, #testo_2, #testo_3, #testo_4, #testo_5 {
text-align:center; 
font-family:Georgia;
font-style:italic; 
font-size:11px; 
font-weight:bold;
margin-left:3px; 
margin-right:3px; 
margin-top:27px;
line-height:normal; 
color: #000099;  
}
/*div interno per i contenitori mainFooter*/
#article_col7 {
position: absolute;
z-index: 7;
width: 90%;
height: 30%;
left: 12%;
overflow: auto;}
 /*contenitori testo mainFooter*/
#section_box7_1{ width: 120px; float:left; margin-right: 7px; margin-top: 7px; }
 
#section_box7_2{ width: 120px; float:left; margin-left: 7px; margin-right: 7px; margin-top: 7px;}

#section_box7{ width: 120px; float:left; margin-left: 7px; margin-right: 7px; }

#section_box7_4{ width: 120px; float:left; margin-left: 7px; margin-right: 7px; }
 
#section_box7_3{ width: 120px; float:left; margin-top: -3px; margin-left: 7px; margin-right: 7px; }
 
/*alla fine questo è il footer*/
#testa_1{
position: absolute;
z-index: 7;
width: 70%;
height: 18%;
left: 12%;
top: 88%;
}
#testa_1 a:hover{
color: silver;
}

/*Questo il footer dei link esterni*/
#testa_2{
position: absolute;
z-index: 8;
width: 50%;
height: 7%;
left: 27%;
top: 95%;

}
#testa_2 a:hover{
color: silver;
}












