@Troy: there is no option to do that. If you want to add image as background in the footer then you can add custom css in “Appearance => Theme Options => Custom CSS”
You can check this example code: In the imageurl, you can add your image url and #000 is for color:
#site-generator {
background: url("imageurl") repeat scroll center top #000;
}