Das habe ich doch bereits, allerdings steht dort keine Lösung für Angaben wie diese hier:
#content {
position:absolute;
left:67px;
top:253px;
width:764px;
height:587px;
}
Hi, allerdings.
Löse das ganze so:
Behalte deinen #all container und setze ihn wie folgt.
#all {
position: absolute;
width: 900px;
height: 986px;
left: 50%;
margin-left: -450px;
}
margin-left eben die Hälfte von width.