This is a lot easier and should make everything look perfect (for the index_welcome template)
Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]"
class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b><DIV ALIGN=CENTER>YOUR TITLE GOES HERE</b></div></span></td>
</tr>
<tr>
<td class="$getbgrow"><span class="smallfont">
YOUR CONTENT GOES HERE
</span>
</td>
</tr>
</table>
<br />
That should help...
i just got that from the custom templates in adv_index... i just modified the code a little.