Hey guys!

Im not a programming wiz and I have a problem that I've been working on hours and I would like to ask you help!

Im using this scrollable script:

http://flowplayer.org/tools/demos/scrollable/site-navigation.html

and Im trying to position the main divs (#main and #main_navig) in the center of the page, so that when we resize the browser window it is still at the center (just like in a normal page, where I would just select for the page propeties margin-left:auto and margin-right: auto). An exemple is the Jquery tool website itself.

I tried position relative, placement percentage but no matter what I do, it's never really centered and the two div are overlapping. I tried to put everything in new Div or a table but the script stops working. How could I solve this?

Thank you very much!

Eli