/* CSS Document */
/*  DEFINING VARIOUS BLOCKS AND DIV LAYOUT  */
/* DEFINING BODY BOX */
/*stili per il layout fluido*/
/* CORE STRUTTURALE */
html{
width: 100%;
background-image: url(../background3.gif);
}
body{
font-family: arial,sans-serif;
font-size: 95%;
background-color: ;
}
/* FOOTER DEL FRAME SINISTRO DI EDITION */
div#piedicolonna {
margin-top: 10;
text-align: center;
}
div#piedicolonna p{
text-align: center;
font-size: 9;
color: brown;
}
div#licenza{
font-size: 9;
color: brown;
text-align: right;
margin-top: 10;
padding-top: 10;
border-top: dotted;
border-color: gold;
border-width: 1;
}

/* LAYOUT GENERICI DI CASSURE */
div#quote,
p#quote{
text-align: center;
color: #300000;
}
div#quote{
width: 50%;
margin-left: 25%;
margin-bottom: 100px;
margin-top: 20px;
font-style: cursive;
font-weight: strong;
}





