I'm sorry; my CSS code has a minor mistake:
html, body {
font: 16px verdana, arial, helvetica, sans-serif;
background : #333333 top center;
text-align : center; /* That Explorer Malarkey */
*/height: 100%;*/
}
should have been:
html, body {
font: 16px verdana, arial...