Hi Amy
1. The pics are one defined as a background to navMainWrapper, right?
Change
#navMainWrapper {
BACKGROUND: url(../images/header_bg.gif) repeat-x; MARGIN-BOTTOM: 5px; BORDER-BOTTOM: #666666 1px solid;
}
TO
Code:
#navMainWrapper {
BACKGROUND: url(../images/header_bg.gif) repeat-x; MARGIN-BOTTOM: 5px; BORDER-BOTTOM: #666666 1px solid; line-height:150px
}
Change line-height:150px to your background image height.
2. Find in SSheet
#logo {
WIDTH: 404px
}
Remove it...this disables your logo width to expand and align into the center.
Also....disable in SSheet all your defines regarding #tagline.
The end result should be that:
- Logo is aligned center
- Logo section is in height of your logo, removing the white space under the logo as well
Hope this helps