ok, anche se è facilmente reperibile tramite il link che ho postato

codice:
body,html  {
width:auto;
height:auto;
overflow-x:hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
text-align:center
}
#content {
position:relative;
margin: 0;
}
#header {
height: 135px;
background: url(img/sfondo_header.gif) repeat-x top left;
}
#footer {
height: 18px;
background: url(img/sfondo_footer.gif) repeat-x;
clear:both
}

/*contenuti centrali*/
#centrale {
background-color:#fff;
margin:0 auto;
padding-left:25px;
text-align: left;
}
/*inizio sezione Profilo*/
#profilo{
width: 523px;
background: url(img/sfondo_div_profilo.gif) no-repeat top left;
margin:0;
padding:0;
float:left;
}
#profilo_contenuti{
width:337px;
margin: 10px;
padding:5px;
}
.profilo_top{
height: 43px;
background: transparent url(img/immagini_box_profilo/top.gif) no-repeat top center;
}
.profilo_content{
background: transparent url(img/immagini_box_profilo/content.gif) repeat-y top center;
}
.profilo_bot{
height: 17px;
background: transparent url(img/immagini_box_profilo/bottom.gif) no-repeat top center;
}
/*fine sezione profilo */
/*inizio sezione servizi*/
#servizi{
/*width: 523px;*/
background: url(img/sfondo_div_servizi.gif) no-repeat top left;
float:left;
margin-left:1046px;
}
#servizi_contenuti{
width: 337px;
margin-top:10px;
padding:5px;
}
.servizi_top{
width: 337px;
height: 43px;
background: transparent url(img/immagini_box_servizi/top.gif) no-repeat top center;
}
.servizi_content{
background: transparent url(img/immagini_box_servizi/content.gif) repeat-y top center;
}
.servizi_bot{
height: 17px;
background: transparent url(img/immagini_box_servizi/bottom.gif) no-repeat top center;
}
/*fine sezione servizi */
/*inizio sezione portfolio*/
#portfolio{
width: 523px;
background: url(img/sfondo_div_portfolio.gif) no-repeat top left;
float:left;
margin-left:1569px;
}
#portfolio_contenuti{
width: 337px;
margin-top:10px;
padding:5px;
}
.portfolio_top{
height: 43px;
background: transparent url(img/immagini_box_portfolio/top.gif) no-repeat top center;
}
.portfolio_content{
background: transparent url(img/immagini_box_portfolio/content.gif) repeat-y top center;
}
.portfolio_bot{
height: 17px;
background: transparent url(img/immagini_box_portfolio/bottom.gif) no-repeat top center;
}
/*fine sezione portfolio */
/*inizio sezione contatti*/
#contatti{
width: 523px;
background: url(img/sfondo_div_contatti.gif) no-repeat top left;
float:left;
margin-left:2092px;
}
#contatti_contenuti{
width: 337px;
margin-top:10px;
padding:5px;
}
.contatti_top{
height: 43px;
background: transparent url(img/immagini_box_contatti/top.gif) no-repeat top center;
}
.contatti_content{
background: transparent url(img/immagini_box_contatti/content.gif) repeat-y top center;
}
.contatti_bot{
height: 17px;
background: transparent url(img/immagini_box_contatti/bottom.gif) no-repeat top center;
}
/*fine sezione contatti */
p {
margin:0;
padding-left:15px;
color: #09688f;
}
.footer{
margin:0;
color: #fff;
font-size: 10px;
}
h4{
font: 18px;
color:#fff;
text-align: left;
margin:10px;
padding: 0 15px;
}
/*MENU DI PROVA */
#menu{text-align: center;}
#menu ul{width: 687px; margin: 0 auto}
#menu li{float: left; list-style: none;}