Flash and Mozilla

Hello,

I am new to using Mozilla and have a question about it. On my webpage www.petemag.com I would like it to have no margin at the top. In IE it looks fine but I am not sure what code I am supposed to use to get it to align correctly on top in Mozilla. Any help would be appreciated.
I realize that this probably isn’t the right forum to post this but I wasn’t sure where to put it and so I figured someone in here probably could answer my question. So apologies in advance if this is the case. Thanks!

Try the following :

<body marginheight=“0” topmargin=“0”>

Thanks, that’s exactly what I was looking for!