Ciao lucax3,
prova a mettere a 0 l'altezza qui:
tdefaut.css (riga 375)
#carrousel {
background:none repeat scroll 0 0 transparent;
float:left;
height:0; <-------
margin-top:25px;
width:700px;
}
e qui
tdefaut.css (riga 386)
#newsflash {
background:none repeat scroll 0 0 transparent;
float:right;
height:0; <------ qui
margin-top:25px;
overflow:hidden;
text-align:left;
width:225px;
}
però poi anche le posizioni user1 e top non saranno utilizzabili.