Firefox 3.0

Opera 9.5(na Ubuntu)

Safari 3.0

IE 7.0

Czy ktoś może mi pomóć w rozwiązaniu tego problemu, by wszędzię w tych 4 przeglądarkach było niemalże identycznie? Strona bezbłędnie przechodzi walidację HTML i CSS...
div#container { margin:0 auto; /* to usuń */ width:100%; background-image:#fff url(images/top_bg.gif) repeat-x top; } div#content { background-image: url(images/top_bg.gif);/* to usuń */ background-repeat: repeat-x;/* to usuń */ background-position: top;/* to usuń */ text-align: center;/* to usuń */ width:847px; margin:0 auto; } div#header { margin-left: auto;/* to usuń */ margin-right: auto;/* to usuń */ width: 874px;/* to usuń */ width:100%; height: 274px; } div#wih { position: relative; background-image: url(images/world_in_hand.png); background-repeat: no-repeat; background-position: center center; margin-left: 274px;/* to usuń */ width: 600px;/*tutaj masz 2 wyjścia, albo tutaj szerokość zmniejszyć o 4px albo w logo zmniejszyć, tak aby obie dały w sumie 874px*/ float:right; }