Center of the net

Good day everybody i want to find out how i can center my flash site when been viewed in a browser i have tried to edit the html code that comes with the published swf i have tried to use the <DIV STYLE=“position: absolute; left: 220px; top: 300px”> ok that woks but when i view the site on a bigger screen it is absolutly out of place please go here to see what i mean www.geocities.com/krizinxgren/

please how can i center the site so it loads and stays in the center on any screen size is that to do wit AS am pretty sure i can sort this out by editing the html code that contains the flash site this is my html code that contains the swf flash site please someone tell me were am going wrong…

<body bgcolor="#000000">
<DIV STYLE=“position: absolute; left: 220px; top: 300px”> ((HEY dis is the code i meant))

<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0” width=“770” height=“257” id=“KRIANGULI” align=“center”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“KRIANGULI.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value="#2F4F4F" />
<embed src=“KRIANGULI.swf” quality=“high” bgcolor="#2F4F4F" width=“770” height=“257” name=“KRIANGULI” align=“center” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</DIV>
</body>
</html>

if not how can i get my flash site to load in its own window with the resizing and movie controls disabled mind you some flash sites when you right click you can rewind-play-zoom-forward etc me i want to know how to disable those function cause sometimes it will spoil the look and feel of the flash site.

bless yall

KRNG:egg: