body{
    text-align: center;   /*centra in IE 5.x */
   background-color:#bac4bf;    
background-image: url(http://www.publistampa.net/Immagini_sito/sfondo_body.gif);
background-position: center center;
background-repeat: no-repeat;
background-size: 100%;
-webkit-background-size : 100%;
-o-background-size : 100%;
-moz-background-size : 100%;
-khtml-background-size : 100%;
    text-decoration: none;
font: 13px Maiandra GD, verdana, arial;
color=rgb(10, 9, 9);
SCROLLBAR-FACE-COLOR:rgb(0, 0, 0); 
SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF; 
SCROLLBAR-SHADOW-COLOR:#3E3D3D; 
SCROLLBAR-3DLIGHT-COLOR:rgb(0, 0, 0); 
SCROLLBAR-ARROW-COLOR:#BBD333; 
SCROLLBAR-TRACK-COLOR:#FFFFFF; 
SCROLLBAR-DARKSHADOW-COLOR:#FFFFFF; 
SCROLLBAR-BASE-COLOR:#330000; 
    }
/*i comandi seguenti servono ad impostare le caratteristiche delle parole che hanno un collegamento*/
 a:link{color=rgb(10, 9, 9); text-decoration: none} 
 a:active{color=rgb(10, 9, 9); text-decoration: none} 
 a:visited{color=rgb(10, 9, 9); text-decoration: none} 
 a:hover{color=#BBD333;text-decoration: none} 
/*il comando seguente serve ad eliminare i bordi attorno alle immagini in Explorer*/
img {border:none;}
/*la parte seguente è relativa alla struttura del sito*/
div#container{
    width: 950px;
    height: 600px;
    background-image: url(http://www.publistampa.net/Immagini_sito/Sfondo_container.gif);
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    position: relative;
    }
div#header
{
height: 120px;
text-align: center;
}
div#faq
{
position: absolute;
top: 121px;
left: 260px;
}
div#navigation
{
position: absolute;
top: 125px;
left: 105px;
text-align: left;
}
div#content
{
position: absolute;
top: 150px;
left: 260px;
height: 380px;
width: 620px;
text-align: center;
}
/*la parte seguente è relativa al titolo di ogni sezione contenuta nel div content*/
.titolo
{
text-align: center;
font: 14px;
color: #BBD333;
}
.sottotitolo
{
text-align: left;
font: 12px;
}
.iframe
{
height: 290px;
width: 600px;
overflow-y: scroll;
overflow-x: auto;
text-align: center;
}

div#footer
{
position: absolute;
top: 530px;
left: 610px;
height: 15px;
font: 10px;
color: #363636;
}


