Lukas Böhm: Brett vor dem Kopf: Problem mit Zentrierung

Beitrag lesen

Hi!
Ich habe gerade ein Brett unglaublichen Ausmaßes vor dem Kopf. Ich weiiß nicht, warum das Bild nicht zentriert wird (Firefox 1.5.x.x). Was ist falsch?

Hier der Quelltext:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
 <title></title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta http-equiv="Content-Script-Type" content="text/javascript">

<style type="text/css">
body{
 background-color: #707070;
 color: #000000;
 font-family: sans-serif;
 width: 800px;
 margin: 0 auto 0 auto;
 font-size: 0.8em;
 text-align: justify;
}
div#top{
 width: 800px;
 margin: 0.5em auto 0 auto;
}
</style>
</head>

<body>
<div id="top">
 <img src="bilder/top_img.jpg" width="549" height="288" alt="" title="" style="margin: 0 auto 0 auto;">
</div>
</body>
</html>

Vielen Dank für eure Hilfe!
szia, Lukas