Ändere die Breite ausserdem hier:
styles/polyethylene/theme/stylesheet.css
Code: Alles auswählen
#kontener {
width: 808px;
margin: auto;
text-align: left;
}
#header {
width: 778px;
padding: 122px 15px 0 15px;
height: 80px;
margin: auto;
background: url('./images/top.png') no-repeat bottom center;
text-align: left;
display: block;
}
#content {
width: 748px;
padding: 4px 30px 0 30px;
margin: auto;
text-align: left;
background: url('./images/middle.png') repeat-y center;
}
Ausserdem musst Du die Differenz zwischen den IDs einhalten, da sonst alles "verbogen" wird.