because its easier for the search engines to see your content when the source says this:
Code:
<div id="container">content here</div>
then this:
Code:
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>content here</td>
</tr>
</table>