Problem with center alignment of gallery

If you go to www.dive-music.dk and choose “galleri” and click the black line at bottom of oval you will see that the images show in the top left of the page.

Both in flash publish settings and in the html of the galleri I have set the align to middle - here is the code:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=iso-8859-1” />
<title>galleri</title>
</head>
<body bgcolor="#000000">
<!–url’s used in the movie–>
<!–text used in the movie–>
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0” width=“341” height=“280” id=“galleri” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=“galleri.swf” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value="#000000" />
<embed src=“galleri.swf” quality=“high” bgcolor="#000000" width=“341” height=“280” name=“galleri” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</body>
</html>

You know how what I can do?

BD