@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }

body { background: #4c2400; }

#logo { margin: 10px 0 0 10px; }

#racconti-di-moda { margin-top: 20px; }
/*#racconti-di-moda { background: #FFFFFF; padding-top: 3px; height: 28px; }*/

#sfumaturaSuperiore { background: url(../images/sfumaturaAlta.png); position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#sfumaturaInferiore { background: url(../images/sfumaturaBassa.png); position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; }

#video { margin: 40px auto 0; width: 425px; height:340; border:3px #fff solid; }

/*FOOTER*/
#premoliFooter {
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 9px; 
color: #fff;
}

#footer {
background: #000;
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
height: 18px;
border-top: #db6600 solid 1px;
padding-bottom: 5px;
z-index: 2;
text-align: center;
}

#footer a { 
border-left: 1px #000 solid;
padding: 0 1px 0 4px;
color: #fff;
font-size: 9px;
text-decoration: none;
}

#footer a:hover { 
color: #db6600; 
}
