QUOTE(Azarel @ Jan 2 2007, 2:37 AM)

The generator layout should be centered in Firefox by default as well. I suggest checking your alignment values in your css, but if you can't find anything, you could either post your coding up or PM it to me (if you don't want it to be stolen) so that we could try to help. :)
My code's nothing special. I'll post it:
CODE
GLOBAL_HEAD<=
<title>This is stupid</title>
<style type="text/css">
<!--
body {
background-color: black;
background-image: url(http://www.geocities.com/jjjennnnn/starry_copy.gif);
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
}
div {
background-image: url(http://www.geocities.com/jjjennnnn/marvrun.gif);
background-repeat: no-repeat;
background-position: top center;
padding-top: 100;
text-align: center;
}
div div { background: none; width: auto; height: auto; padding: 2; }
div table { width: 640;}
div table table { width: 100%;}
div table table table { width: auto;}
div table table table table { width: 100%;}
table {
border: 2px solid #B0FF9E;
}
table table {
border: 0;
}
-->
</style>
<=GLOBAL_HEAD
LASTN_OPT_ITEMS=>40
Thanks!