The "right bottom" in the code I posted will keep that image at the bottom right of #mainWrapper, no matter how big it is.

You can specify locations precisely in several ways, but the background image will never show outside of the edge of its container. If you need that, you will have to use the image as a foreground image with absolute positioning (which can be relative to the bottom right edge of the container, with negative margins.)