Hi
Ja, das geht mit Hilfe von Tabellen:
<html>
<head>
<title>Div zentrieren</title>
</head>
<body>
<div id="Nrx" style="position:absolute;top:100;left:0;">
<table width=100% bgcolor="#000099" border=0 cellspacing=0>
<tr>
<td align=center>
<table width=200>
<tr>
<td bgcolor="#00ccff">
Hier steht dein Text, so wie du dir das vorgestellt hast
</td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>
Tschau Holger