Try using this code:
CODE
<style>
body {background-image:url("URL"); background-position:center; background-repeat:repeat; background-attachment:fixed; text-align:center;}
table, tr, td {background-color:white; border:0px;}
table {margin:0 auto; text-align:left; width:800px;}
table table {width:auto;}
</style>
Replace URL with the url of the background you want to put in the back of the white table.