/* Foglio di stile per la struttura del documento */

/* struttura esterna */
body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; text-align: center;
/* background-color: #6C1513; backround come il contorno del logo*/
background-color: #941E1B;
}
table#contenitore { width: 960px; margin: 8px auto; padding: 0; text-align: left; 
                    border: /*2px solid #fff*/ none;
                    background: transparent; }
table#contenitore td#sopra { margin: 0; padding: 0 ; background-color: #fff; vertical-align: top; }
table#contenitore td#sotto { margin: 0; padding: 0 0 2px 0; color:white; vertical-align: bottom; }
/* fine struttura esterna */
