Jeg tror det er padding i nogle af dine boxe som driller IE.
Prøv eventuelt at korrigere som nedenfor. Værdierne med minus kan du eventuelt selv finjustere.
/* OBS jeg har rettet margin */
#contentbox {
float : right;
padding : 0 0 25px 2px;
margin : 25px 0 -55px 0;
border-left : 1px solid #000;
/*background: #e3e3e3;*/
width : 503px; /* false IE4-5.x/Win value */
voice-family : "\"}\""; /* the box hack */
voice-family : inherit;
width : 500px; /* the true value */
}
/* OBS jeg har indsat body og margin */
html>body #contentbox {
width : 500px; /* be nice to Opera */
margin : 25px 0 0 0;
/* OBS jeg har rettet margin */
#footerbox {
position:relative;
float : right;
margin: 0 0 -25px 0;
border-top : 1px solid #000;
padding : 2px 0 0 0;
/* border-top : 1px solid #000;*/
width : 503px; /* false IE4-5.x/Win value */
voice-family : "\"}\""; /* the box hack */
voice-family : inherit;
width : 503px; /* the true value */
}
/* OBS jeg har indsat body og margin */
html>body #footerbox {
width : 503px; /* be nice to Opera */
margin: 0;
}