Liza, just to clarify Deadeye's explanation...
Code:
<BODY leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginwidth="0" marginheight="0" OnLoad="init();">
<div align="center">
<DIV ID="mymenubar">
...all of your site contents...
</TABLE>
</div>
</div>
</BODY>
Add the blue div tags.
Or you can do it the oldskool way and instead of <div></div>, use <center></center>