Salve.
Nn riesco a centrare verticalmente il div nel quale ho inserito il mio filmato swf.

Qto il codice della pagina:


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>.: :.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<style>


body {
margin:0;
text-align:center;
background-color:#000000;
}
div#flash {position:relative; border:solid 1px #666666; width:1004; height:602px}
</style>




</head>
<body>




<div id="flash">


<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1002" height="600">
<param name="movie" value="home.swf" />
<param name="quality" value="high" />
<embed src="home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1002" height="600"></embed>
</object>
</div>


</body>
</html>