Stupid scrollbars

Hi.
I have this really odd problem. I can’t seem to get the scrollbars to apear in my in html embedded flash website. And the right scrollbar (vertical) apears sometimes but it doesn’t scroll my whole site.
Can somebody please help me?

here’s the html code. :

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” lang=“en” xml:lang=“en”>
<head>
<title>acanthasite di 1650</title>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<style type=“text/css” media=“screen”>
html, body { height:100%; background-color: #1f262a;}
body { margin:0; padding:0; overflow:auto; }
#flashContent { width:100%; height:100%; }
</style>
</head>
<body>
<div id=“flashContent”>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” width=“100%” height=“100%” id=“acanthasite di 1650” align=“middle”>
<param name=“movie” value=“off web/acanthasite di 1650.swf” />
<param name=“quality” value=“best” />
<param name=“bgcolor” value="#1f262a" />
<param name=“play” value=“true” />
<param name=“loop” value=“true” />
<param name=“wmode” value=“window” />
<param name=“scale” value=“noscale” />
<param name=“menu” value=“true” />
<param name=“devicefont” value=“false” />
<param name=“salign” value="" />
<param name=“allowScriptAccess” value=“sameDomain” />
<!–[if !IE]>–>
<object type=“application/x-shockwave-flash” data=“off web/acanthasite di 1650.swf” width=“100%” height=“100%”>
<param name=“movie” value=“off web/acanthasite di 1650.swf” />
<param name=“quality” value=“best” />
<param name=“bgcolor” value="#1f262a" />
<param name=“play” value=“true” />
<param name=“loop” value=“true” />
<param name=“wmode” value=“window” />
<param name=“scale” value=“noscale” />
<param name=“menu” value=“true” />
<param name=“devicefont” value=“false” />
<param name=“salign” value="" />
<param name=“allowScriptAccess” value=“sameDomain” />
<!–<![endif]–>
<a href=“http://www.adobe.com/go/getflash”>
<img src=“http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=“Get Adobe Flash player” />
</a>
<!–[if !IE]>–>
</object>
<!–<![endif]–>
</object>
</div>
</body>
</html>

Changing the overflow to hidden doesn’t help at all.
The horizontal scrollbar never appears!

Help?!

Thank u :blah: