Non riesco ad allineare orizzontalmente i 3 box col bordo rosso, funziona solo con IE
http://www.photoman.altervista.org/

CSS

codice:
#last{
background-image:url(immagini/sfondo-small.gif);
width:780px;
height:55px;
}

#last-sx{
float:left;
width:150px;
height:55px;
margin-top:0px;
border: solid 1px;color:red;
}

#last-centr{
float:left;
width:auto;
height:55px;
margin-left:10%;
margin-right:10%;
text-align:center;
border: solid 1px;color:red;
}

#last-dx{
float:right;
width:150px;
height:55px;
border: solid 1px;color:red;
text-align:center;
}