non mi sembra difficile fare visualizza sorgente e vedere che il css si chiama irial.css
... cmq:
codice:
html {margin: 0; padding:0;}
body{
font-family: arial;
font-size: 76%;
background-color: #fff;
text-align: center;
margin: 0;
padding:0;
height: 100%;
}
#container {
padding: 0px 10px;
margin: 0px;
width: 710px;
height: 100%;
text-align: left;
background-image: url(sfondo.gif);
background-repeat: repeat-y;
position:relative;
}
#head
{
background-image: url(logo.gif);
background-repeat: no-repeat;
background-position: left top;
padding-top: 30px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 190px;
height: 100px;
}
.tabcont {
text-align: left;
padding: 0px 12px;
margin: 0px;
background-image: url(sfondo.gif);
background-repeat: repeat-y;
vertical-align: top;
}