se userai questa soluzione per più di un td allora è meglio che usi una classe e cioè:
<td class="consfondo">
e nel css
.consfondo
{
background-image: url(immagine.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}