se fai una ricerca dovresti trovare esempi a bizzeffe, se ne è parlato così tanto che se non ti hanno ancora risposto è perché è venuto a noia.
poi che roba è sto align center nel cssVVoVe:
<html>
<head>
<title>Centrato</title>
<style type="text/css">
html, body {height:100%}
body {background:gray;
text-align:center;
}
div {background:silver;
width:600px;
text-align:left;
border:1px solid fuchsia;
}
</style>
</head>
<body>
<div>
<h1>Centrato</h1>
</div>
</body>
</html>