prova così:
codice:
/* css */
table#tua-tabella {
  background-image: url('image.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
}

/* html */
<table id="tua-tabella">
  ...
</table>