sacale el <center> que pusiste abajo del <body>
Cita: <body onload="is_loaded();" />
</enter> --> borralo
<div id="menu">
........
</div>
</center> --> borralo
</html>
y agregale esto al CSS
Cita: body {
background-image : url('imagenes/fondo.jpg');
margin:0 auto;
}
Espero te sirva!