hi
<style type="text/css" media="screen">
body {margin:0px; padding:0px;}
#layer-zentriert
{
position:absolute;
left:50%;
width:500px;
margin-top:70px;
margin-left:-350px;
}
</style>
in body:
<div id="layer-zentriert">
...
</div>
media="screen" (also überhaupt mediatypes) und #layer-zentriert (also das -) mag Netscape 4 nicht.
Grüße aus Bleckede
Kai