hans wrote:
You've added a new div after "body" - Therefore you must close it off in the footer.

Header.
<body>
<div align="center">
Footer:
</div>
</body>
</html>
Otherwise you are only creating an unclosed wrapper and relying on the browser to sort out the error. - Not a good idea.

Anyway post it as a bug - because that's what it is when the css is not controlling both the width and the position of the template. And let MG sort it out because the <div align="center"> either needs to be acceptable to all nested themes that use the "default" templates, else he'll have to copy the header and footer.tpl to "Icy Phoenix" and apply the changes there.