Thanks to Larry I got the top problem sorted but am having problems understanding how to get the bottom image working.
I am following the instructions at:
http://forum.bytesforall.com/showthread.php?t=10665
In Ata "add html/css inserts" I guess the correct area to be putting this into is the CSS Inserts, this I have tried but am not seeing anything when adding the code below:
html{background:#ffffff;background-image:url('/shop/wp-content/themes/atahualpa/images/footer_background.gif.gif');background-repeat:repeat-x;background-position:left bottom;}
Also in the thread refered to above there is a line stating:
This adds another background image to the html tag and positions it at the bottom. Put the background color in the html tag and remove it from the body tag.
Where do I remove it from the body tag please.
Many thanks Larry