body {  
margin: 0; 
padding: 0;
background-color: #fcfcfc;
font-size: small;
}
#logo {  
margin: 0;
padding: 0;
width: 100%; 
height: 181px; 
background-image: url(../images/fondo_01.gif); 
background-repeat: repeat-x
}
#testo {  
margin: 0;
padding: 10px 0;
width: 100%;
height: 180px; 
background-image: url(../images/fondo_02.gif); 
background-repeat: repeat-x
}
p {  
font-family: "Trebuchet MS", Arial, sans-serif; 
font-size: 85%; 
line-height: 100%; 
margin: 0 10px 2px 100px;
color: #300
}
a {  
color: #d00
}
a:hover {
color: #f90
}
