Adding a background
<body background="http://www.site.com/yourimage.jpg">
You can upload images using HERE
Make your pictures table transparent
<style>table, td{background:transparent}</style>
Making your background stay in place
<style>body{background-attachment:fixed;}</style>








