Yo tambien tuve el mismo problema y como dice enocturnas, el problema es en "tr", osea tu tienes el siguiente codigo:
Código HTML:
<tr background="imag_drc/drc_top.jpg">
<td height="86" colspan="2"><table width="100%" height="50" border="0">
Para hacer que funcione bien en IE debes cambiar el background del "tr" a "td" es decir asi:
Código HTML:
<tr>
<td background="imag_drc/drc_top.jpg" height="86" colspan="2"><table width="100%" height="50" border="0">
Y con esto se soluciona el problema, pruebalo y veras