/* Resetto tutti gli stili */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
     margin:0;   
     padding:0; 
 }   
 table {   
     border-collapse: collapse;
     border-spacing:0;   
 }   
 fieldset,img {    
     border:0;   
 }   
 address,caption,cite,code,dfn,em,strong,th,var {   
     font-style:normal;   
     font-weight:normal;   
 }   
 ol,ul {   
     list-style:none;   
 }   
 caption,th {   
     text-align:left;   
 }   
 h1,h2,h3,h4,h5,h6 {   
     font-size:100%;   
     font-weight:normal;   
 }   
 q:before,q:after {   
     content:'';   
 }   
 abbr,acronym { border:0;   
 }   
 
 /* FINE */
 
body {
 background-color: #f3e400;
}

#container {
width: 928px;
background-color: #f9f17f;
margin: 0 auto 0 auto;
padding-bottom: 19px;
}

#container .testata {
width: 890px;
background-color: #fff;
margin: 0 auto 0 auto;
}

#container .testataflash {
width: 876;
margin-left: 7px;
padding-bottom: 14px;
}

#bottom {
width: 854px;
margin: 5px auto 0 auto;
font: 11px/16px Trebuchet MS;
color: #5c5e62;
}

#bottom a {
text-decoration: none;
color: #000;
}

#privato {
width: 445px;
float: left;
}

#privato .top {
background: url(../images/privatotop.gif) no-repeat;
text-align: right;
width: 445px;
height: 80px;
}

#privato .bottom {
background: url(../images/privatobottom.gif) no-repeat;
text-align: right;
width: 445px;
height: 80px;
}

#privato .mid {
background: url(../images/privatosfondo.gif) no-repeat;
width: 445px;
height: auto;
}

#privato p {
font: 11px/16px Trebuchet MS;
padding: 0 42px 0 22px;
color: #fff;
}

#azienda {
width: 445px;
float: left;
}

#azienda .top {
background: url(../images/aziendatop.gif) no-repeat;
text-align: right;
width: 445px;
height: 80px;
}

#azienda .mid {
background: url(../images/aziendasfondo.gif) no-repeat;
width: 445px;
height: auto;
}

#azienda .bottom {
background: url(../images/aziendabottom.gif) no-repeat;
text-align: right;
width: 445px;
height: 80px;
}

#azienda p {
font: 11px/16px Trebuchet MS;
padding: 0px 42px 0 22px;
color: #fff;
}
