Superimposed text

Hi coothead

With your code I end up with the image on the right and not scaled to max-1200px.

I added this to #header

#header {
    position: relative;
display: table;	
  max-width:1200px;
  margin: 0 auto;
 }

#header img{
text-align:center;
margin:0 auto;
}

But it is still too wide and I understand that tables don’t like position: