Give this a try:
Change yours to this:
PHP Code:
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
<td width="100%" align="center" colspan="$stylecolumns" class="tcat">{$ibforums->lang['game_info']}{$plays_left}</td>
</tr>
{$cats}
{$tourneyinfo['desc']}
</table>
</div>
<div style="padding:5px;margin-top:-12px;">
{$pages}
</div>
<div class="tborder">
<table width="100%" border="0" cellspacing="1" cellpadding="$stylecolumns">
<tr>
EOF;
}