Css positioning flash problem

I’m having problem positioning an embedded .swf. I’d like it in the middle and about 10px below the top menu, however as you can see (link), that isnt happening. here’s the html:

<div style=“position: absolute; top:80px; left:125px; width:750px; height:74px”>
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase="<A href=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"width=500"&gt;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"width=500 height=300><param name=movie value=“pics/index.swf”><param name=quality value=best><param name=“loop” value=“false”>
<embed src=“pics/index.swf” quality=best width=500 height=300 loop=false type=“application/x-shockwave-flash” pluginspage=”<A href=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"&gt;&lt;/embed"&gt;http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”></embed>
</div>

Any help would be great. Cheers