Just make three td tags, the middle being the content page.
Code:
<table cellpadding="0" cellspacing="0" border="0" width="value">
<tr>
<td width="value" valign="top" style="background: #FFFFFF url('input/file/name.jpg');">Left border goes here</td>
<td width="value" valign="top">Content Is going to go here</td>
<td width="value" valign="top" style="background: #FFFFFF url('input/file/name.jpg');">Right border here</td>
</tr>
</table>
That's my input for you.