Web site: http://www.srstage.d19.us
* {
padding: 0;
margin: 0;
}
works, but that is for every element
I've worked out this hacky solution:
#header {
margin-bottom: -30px;
margin-top: -20px;
}
The problem is there is a space at the top and under the header image. However, all the relevant elements including body seem to have its margin & padding set to 0. I'm not sure exactly how to fix this.
Thanks for your help.