I'd like to center my header image to be in the center of the whole page - not the center of the browser window base on what size it is. Site is www.anathema.me
Here's the css.
#wrapper {
margin: 0 auto;
}
#header {
margin: 0 auto;
background: #FFFFFF;
text-align: center;
}
#header img {
max-width: 40%;
height: auto;
}