Ciao, come posso fare per evitare che in internet explorer la quinta colonna scenda sotto?


questo è il link alla pagina, in firefox si vede in modo corretto.
http://demo.irtech.it/debora/prove/prova.html


questo invece è parte del css:

div {
margin: 0;
padding: 0;
}

div#box {
background: orange;
text-align:center;
}

div#header {
background: pink;
height:100px;
}

div#content {
background: yellow;
}


div#cont-sx{
width:35%;
min-height: 385px;
height: auto !important;
height: 385px;
float: left;
text-align:center;
background: green;
}
div#cont-dx{
width:65%;
min-height: 385px;
height: auto !important;
height: 385px;
float: right;
text-align:center;
background: brown;
}

div#cont-dx-01{
width:25%;
min-height: 385px;
height: auto !important;
height: 385px;
float: left;
text-align:center;
background: red;
}

div#cont-dx-02{
width:25%;
min-height: 385px;
height: auto !important;
height: 385px;
float: left;
text-align:center;
background: red;
}

div#cont-dx-03{
width:25%;
min-height: 385px;
height: auto !important;
height: 385px;
float: left;
text-align:center;
background: red;
}

div#cont-dx-04{
width:25%;
min-height: 385px;
height: auto !important;
height: 385px;
float: right;
text-align:center;
background: red;
}


div#footer-a {
clear:both;
background: violet;
height:100px;

}

div#footer-b {
background: pink;
height:100px;

}



Come vi sembra?

Grazie
ciao