html {
    background:#000 url('../img/bg.jpg') repeat-x scroll left top;    
    font-family: sans-serif;    
    color: #fff;
    font-size: 14px;
}

#content {
    margin: auto;
    width: 1000px;
    height: 677px;
}

:focus {
    outline: none;
}

h1 {
    font-family: serif;
    font-size: 25px;
    height: 100px;
    line-height: 80px;
    text-align: center;
}

a {
    color: #fff;
}
/* Contatti
====================================================== */
#contatti{
   background: #000;
}
#contatti h1{
   height: 20px;
   line-height: 20px;
   padding: 30px 0 20px;
}
#contatti #content{
   width: 600px;
   height: 250px;
   background: transparent url('../img/perfiducia.jpg') top center no-repeat;
   padding: 80px 0 50px;
   font-size: 13px;
   border-bottom: 5px solid #6A8BBE;
}
#contatti #content .contatto{
   margin-left: 140px;
   margin-bottom: 25px;
   /*width: 47%;*/
}
#contatti #content .contatto strong{
   font-size: 15px;
   
   font-weight: normal;
   color: #8FB1DF;
}
/*#ctsx{
   float: left;
   padding-left: 3%;
}
#ctdx{
   float: right;
   padding-right: 3%;
}*/
