i have actually over come this problem with some javascript, which actually gave me an idea of making the header a floating header that is the size of the screen and floats with the scroll. i am working on that now, but currently i corrected the issue with
window.onscroll = scale;
and i scale it to the actual size of the page... it's what my boss wanted, however there is a welcome message, links, and a search box in the right corner that should be always visible...