also, you want your table centered?
you can use a table and then just center align it rather than using a bunch of <br>'s on the top...
PHP Code:
<table width='100%' height='100%'>
<tr>
<td align='center'>
CONTENT HERE
</td>
</tr>
</table>
its non standard but it works
