SWFObject: Centering alt content in browser

Hello:

I have been working on migrating from the old Flash embed code to SWFObject. I have centered the Flash content in the browser using CSS, and is positioned where it should be:

<style type=“text/css”>
<!–

DIV.flash
{
position:absolute;
left:50%;
top:50%;
width:800px;
height:600px;
margin-left:-400px;
margin-top:-300px;
background-color:#000000;
}

–>
</style>

The problem: Now the original alternate keyword-rich content for the search engines is not centered. The upper left-hand corner of the alt content is pinned to the center of the page. I need to be able to center the alt content as well as the Flash movie.

How do I do this? another <div> class? - kind of like the milov.nl example elsewhere in this forum?

http://www.milov.nl/code/css/verticalcenter.html