you have the #headerimg set to position:fixed (that is stationary relative to the browser window, not the web page)
I think if you just set the background line of #headerimg to be:
background: #fff url(images/logo_03.gif) no-repeat 10% 5%
then it should do what you wnat