Quick and dirty, just using a specified with and a center aligned table. You can change the 90% to whatever you want (a percentage, or a certain pixel width), the following should work.

Your Header:

Code
<table border="0" width="0" width="90%" align="center">
<tr>
<td>

Your Footer:

Code
</td>
</tr>
</table>