You can log back in here.
me and even my hubby have been trying to figure out how to do this. i have been pasting this but it wont work!
body {background:url( pasted link from browser bar of pic i want);}
try this, see if it works for you.
<style type="text/css">body { background-image: url('YOUR URL GOES HERE'); background-attachment: fixed; background-repeat: repeat;} </style>