Hola
Puedes usar algo como esto estilo:
Código:
.ImagenFondo100 {
background-image: url("tu_imagen.gif");
background-repeat: no-repeat;
}
y esto como html:
Código:
<table style="width: 100%">
<tr>
<td class="ImagenFondo100"> </td>
</tr>
</table>
Mejor si la imagen es del tamaño de la tabla o suficientemente grande.
Felicidad