des layout is so aufgebaut das recht und links a rand sind und das der inhalt immer in da mitte is auch wenn ma das browserfenster größer oder kleiner macht. und nun folgendes problem. der rand hat einen hintergrund nur will ich das man den in der mitte dort wo da text und alles steht n weißer hintergrund ist. weiß aber leider nicht wie.
dabei die externe .CSS
- Code: Alles auswählen
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center; background: url(images/background.jpg) no-repeat center top}
p{margin:0 10px 10px}
a{padding:5px; text-decoration:none; color:#000000;}
div#header{background: url(images/header.jpg) no-repeat center top;}
div#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background: url(images/navigation.jpg) no-repeat center top;}
div#navigation ul{margin:15px 0; padding:0; list-style-type:none;}
div#navigation li{margin-bottom:5px;}
div#extra{background: url(images/extra.jpg) no-repeat center top;}
div#footer{background: url(images/footer.jpg) no-repeat center top;}
div#footer p{margin:0;padding:5px 10px}
div#container{width:700px;margin:0 auto}
div#wrapper{float:left;width:100%}
div#content{margin: 0 150px}
div#navigation{float:left;width:150px;margin-left:-150px}
div#extra{float:left;width:150px;margin-left:-700px}
div#footer{clear:left;width:100%}
bitte um hilfe. schon jtz mal thx
