what if your header is an image and not text?
div.header {
background-image: url("http://blog.jamesklowe.com/wp-content/uploads/2010/04/YWJKL.png");
background-repeat: no-repeat;
background-position: 10% 90%;
margin-left: 0;
padding: 6.5em 400px 2em;
max-height: 520px;
min-height: 290px;
overflow: hidden;
}
is it possible to add a link to that?
blog.jamesklowe.com