You can edit those footer background images very easily:
AdminCP -> Styles & Templates -> Style Manager -> Main CSS (select it in the dropdown box of a style)
There you can edit them: "Table Footer" etc.
Adding your own custom background image:
HTML Code:
<td style="background-image: url(images/gradients/newbackground.gif)">test</td>
You can find some more information about this
here