Fai così:
codice:
<style>
.stile_tabella {
background-image: url(nome_immagine);
background-repeat: no-repeat;
}
</style>
.
.
..
<table class="stile_tabella">
assegni alle tabelle in cui vuoi lo sfondo, la classe stile_tabella.