Sorry, I havn't looked at your site or the css document.
But generally, centering is accomplished by setting an automatic margin (margin: 0 auto  . To also work for older IE versions one normally also adds text-align: center; to the surounding element, and then set the align back to normal within the centered element.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|