Sorry, this is not a response but I was wondering how exactly you got the image to display in the first place?
I changed the header values in my .css to
#header {
background: transparent;
background-image: url (https://www.kgeiger.net/images/kgeiger_large.jpg);
border: none;
text-align: left;
font-weight: normal;
font-size: 1.3em;
letter-spacing: 0.2em;
letter-spacing: 0px;
word-spacing: 0px;
color: rgb(102,176,209);
position:absolute;
top: 8px;
left: 35px;
width: 20em;
z-index: 5;
margin:0px;
padding:10px
Is something I needed to change? What else do I need to change and how to make the image a different size?