I am trying to replace the header of the theme "WordPress Default 1.6 by Michael Heilemann". For my site http://claytoncameron.com/blog/
I have changed the style.css in the "default folder" to-
#header {
background: url('images/blogmasterheader.jpg') no-repeat bottom center;
}
#headerimg {
margin: 7px 9px 0;
height: 192px;
width: 740px;
}
In the documentation they talk about altering code in the header .php but i could not find the code they were talking about?