How do I align this table in the absolute middle horizontally?
Code:
<table border="0" cellpadding="2">
<tr>
<td>
My stuff
</td>
<td>
My stuff
</td>
</tr>
</table>
