Imagen de fondo en una celda Código HTML:
<td style="background: url(main/foto_001.jpg) no-repeat"></td>
Evitar que un fondo se desplace Código HTML:
<style type="text/css">
body {
background: url(imagen.gif);
background-attachment: fixed;
}
</style>