Ciao ragazzi io ho questo esempio di un filmato in flash che vorrei centrare in modo assoluto sia orizzontalmente (già fatto) che verticalmente ( non saprei come fare ).

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento senza titolo</title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>

<body>


</p>


</p>
<table width="247" height="181" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="890" height="563">
<param name="movie" value="prodotti.swf" />
<param name="quality" value="high" />
<embed src="prodotti.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="890" height="563"></embed>
</object></td>
</tr>
</table>
</body>
</html>
Potreste dirmi con i CSS come posso fare? Grazie