Full Screen

My full screen flash page doesnt seem to touch all 4 corners... Ive seen other pages and what not but mine isn`t working. My flash movie is 1000px by 800px and I followed the tutorial exactly (I think). heres my code:

<html>
<head>

&lt;style type="text/css"&gt;
&lt;!--
body {

background-color:#000000;
height: 100%;
width: 100%;
margin: 0;

}
--&gt;
&lt;/style&gt;

<title>Untitled Document</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1”>
</head>

<body>
<table width=“100%” border=“0” cellspacing=“0” cellpadding=“0”>
<tr>
<td align=“center” valign=“middle”><object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“1000” height=“800” align=“middle”>
<param name=“movie” value=“indexfla.swf”>
<param name=“quality” value=“high”><param name=“SCALE” value=“exactfit”>
<embed src=“indexfla.swf” width=“1000” height=“800” align=“middle” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” scale=“exactfit”></embed>
</object></td>
</tr>
</table>
</body>
</html>

Any suggestions?