Not exactly, if you read the tutorial you would get an idea how to fix it. But you can probably just use this script.
About me:
CODE
<style type="text/css">
.Main { position:absolute; left:50%; top:125px; width:800px; z-index:1; margin-left:-400px; padding:0px; border:0px; background-color:transparent;}
</style>
I'd like to meet:
CODE
<DIV class="Main"> <table style="width:800px; height:600px; cellpadding:0px; cellspacing:0px; border:2px solid silver; background-color:ffffff;}"> <tr> <td valign="top">All of your content goes in here, whether it be tables, flash, or whatever!</td> </tr> </table> </DIV>
Where it says:
QUOTE
All of your content goes in here, whether it be tables, flash, or whatever!
Thats where yo put all text and divs.