Loic: Div container

Beitrag lesen

Da ist nichts in der Mitte. Wenn ich mir das im IE 7 anschaue ist das alles schön linksbündig.

Wo ist der Fehler?????

  
<head>  
  <title></title>  
  <style type="text/css">  
  body { margin:0 auto; padding:0; width:900px; background-color:#e2e2e2; }  
  div { border:0px; }  
  #s1 { width:900px; height:180px; position:relative; top:50px; margin:auto;}  
  #s2 { width:180px; height:543px; }  
  #s3 { width:720px; height:900px; position:relative; top:-543px; left:180px;}  
  </style>  
</head>