You could try to center within the cascading style sheet (css)
html
Code:
replace
<div align="center">
with
<div id="container">
css
Code:
body { margin:0px; padding:0px; text-align:center; }
div#container { margin-left:auto; margin-right:auto; text-align:left; width:xxxp; }