How can I eliminate the gray area visible here:
The padding in style.css is currently set to:
padding: 0;
I have attempted to modify this by changing the following:
#page { margin-top: 0; }
I have tried variations such as:
#page { margin-top: 5px !important; }
#page { margin-top: -5px !important; }
#page { margin-top: 0px !important; }
#page { margin-top: 0 !important; }
However, none of these changes seem to have any noticeable effect.
If it helps, you can view the site here:
Thank you,