try to remove that code, and do this.
In your spacer_open template find
Code:
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
Change to:
Code:
<div class="page2" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
In your main CSS -> Additional CSS (at very bottom) add:
Code:
.page2 {
background-image: url('http://www.mymedallioncatering.com/images/Myimage_04.jpg');
background-repeat: no-repeat;
border: 2px solid #000000;
}