Positioning the web player

I generated the embedding code but I can't figure out how reposition the player on the page. What code does one use to reposition the player? Works great where it is I just want to move it.
Thanks.

HTML

You should be able to just use standard HTML formatting to position the DivX embedded object where you want it on the page. For example, if you enclose it between some <div></div> tags, you can use style attributes such as text-align:center or margin:35px etc.