Make sure you upload the image to includes/templates/YOUR_TEMPLATE/images/ folder.
LJL is right but if you need a repeat you can do this to.
background:url("../images/whatever.jpg");
or
background:url("../images/whatever.jpg") repeat;
if it needs to repeat itself.
Bookmarks