To use a bordered background and have it
aligned properly without your text
and graphics running into the border, you have to insert a table. Insert
the html below just after your <body> tag.
<table width="90%" align="right">
<tr>
<td>
You also must insert the html below just before the </body> tag at the end
of your script.