I just love the cleanness of CSS instead of all you table tags you can have something like
Code:
<div id="header">
Logo etc
</div>
<div id="content">
Content etc
</div>
<div id="footer">
Footer etc
</div>
And that would create a cool design using CSS!