Con css:
<style type="text/css">
td{
background-attachment: fixed;
background-image: url(/imagen.jpg);
background-repeat: no-repeat;
background-position: center center;
}
</style>
<body>
<table width="500" border="1">
<tr>
<td> </td>
</tr>
</table>
</body>
Si tambien quieres meterle color de fondo seria con background-color: #006633; por ejemplo, solo tienes que retocarla y poner tu imagen.
Saludosss