centering i mozilla
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Tomt dokument</title>
<style type="text/css">
html, body{
width:100%;
height:100%;
}
#site {
position:absolute;
top:50%;
left:50%;
height: 600px;
width: 670px;
margin-top:-300px;
margin-left:-335px;
border: 1px #000000 solid;
}
</style>
</head>
<body>
<div id="site">
Her er en masse tekst
</div>
</body>
</html>
hvorfor virker det fint i IE
men centering af site
men i mozilla fucker det op