Mira a ver si te sirve este código. Básicamente se trata de quitar el width y el float left a la columna central, y alguna cosilla más:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>sjam7</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<style>
#der {float: right;
background-image: url(images/fndTOPder.gif);
width: 177px;
height: 86px;
text-align: right;
}
#izq {float: left;
background-image: url(images/fndTOPizq.gif);
width: 177px;
height: 86px;
}
#cen { background-color: rgb(88, 89, 91);
height: 86px;
text-align: center;
margin: 0px 177px 0px;
}
</style>
</head>
<body>
<div style="background-color: rgb(88, 89, 91);">
<div id="der"><img src="images/fndLOGO.gif"
alt="BuenProvecho" style="padding-right: 20px;"></div>
<div id="izq"><img src="images/fndNOTICIAS.gif"
alt="NOTICIAS" style="padding: 5px 0pt 0pt 20px;"></div>
<div id="cen"><img src="images/LOGOfnd.gif"
alt="Suntory"></div>
</div>
</body>
</html>
Ya comentarás.
Mikel.