OK...I now see what you're trying to do.
To have a fixed background image placed at the bottom change the background image values to:
Code:
background:#efe43c url(images/bfly/topimg.gif) no-repeat bottom left fixed;
This image will now show up at the bottom left-hand corner and it won't be repeated. The code will be applied to the <body> tag. If you want it to repeat then use either "repeat", "repeat-x" or "repeat-y".
----------
Is it my understanding that you want 2 background images (one at the top; one at the bottom), both fixed? Or just the bottom image?