I have a page with a header at the top and a table (rendered with asp.net gridview) below it that extends horizontally to the right of the visible area of the page, as in this pircture:

As you can see, the div (the blue header) only stetches up to the visible width of the page, not the whole width of the page that inlcudes the horizontal scrollbar.
Is it possible via css to stretch the div to include the full width of the page, including the sctrollbar?
CSS:
<style type="text/css"> .queryHeader { background-color: #003163; color: #ffffff; font-family: Arial; Font-size: 11px; font-weight: bold; border-style: double; margin-bottom: 10px; padding: 2px; display: block; overflow: hidden; } </style>
Thanks,
Avi
