use a table to wrap your tables.
<html>
<head> and all that stuff
<body>
<!-- the wrapper
<table>
<tr>
<td>
<table>
first cell: Data.
here goes your first table with xbox etc
</table>
</td>
</tr>
<tr>
<td>
<!-- fotter -->
</td>
</tr>
</table>
</body>
</html>