Centering website in broswer when published

hey all merry xmas and happiest of holidays,
i was wondering how i canter my website like lostinbeta.com, beck.com etc. Right now whatever i do, dreamweaver positions my flash site in the top left corner of the browser, save the small border on the top and left,
any help much appreciated
P

<HTML>
<HEAD>
<TITLE>Title Here</TITLE>
</HEAD>
<BODY TOPMARGIN="0" BOTTOMMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0">

<TABLE WIDTH="100%" HEIGHT="100%">
<TR><TD WIDTH="100%" HEIGHT="100%" VALIGN="middle" ALIGN="center">

Place your content here.

</TD></TR>
</TABLE>
</BODY>
</HTML>

Copy and paste that into a new HTML file and then view it. Everything will be centered.