<?php
.header {
background: #034670 url(images/blueedition/header/bg.png) top left repeat-x;
width: auto;
height: 246px;
min-width: 941px;
max-width: auto;
margin: auto auto;
}
<?php
body {
background: #999;
color: #000;
font-family: Tahoma, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;
margin: 0 40px 0 40px;
padding: 0;
}