Use relative addresses for your images not absolute.

Example:

background-image: url(http://www.zulurose.com/images/graph...undPaper.jpg);

First, that is a template image and should be in the template/images directory

Then it should be in the stylesheet like:

background-image: url(../images/graphics/BackgroundPaper.jpg);

There may be others, that is the first one I came across.