Testato funzionante su IE 5.x e FF 1.x ^_-
codice:
<html>
<head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nuova pagina 2</title>
<style type="text/css">
#centro {
width:100%;
height:100%;
border:0px solid;
text-align:center;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
</style>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<table id="centro">
<tr>
<td>Sono centrato sempre e comunque :D!</td>
</tr>
</table>
</body>
</html>