CSS .swf positioning problem

I’m positioning a short intro .swf on a page of my site using css.
Its meant to be about 80px down and 125px from the left
(as shown in the css itself) but it’s not for some reason.
Here’s the script:

<div style=“position: absolute; top:80px; left:125px; width:500px; height:300px”>
<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”>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/](http://www.macromedia.com/)
shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”></embed>
</div>

link to the page its on

Any help would be greatly appreciated.