OH!!! okay I got it, just have to change this:
toPHP Code:/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 776px;
vertical-align: top;
}
THANKS SO MUCH FOR YOUR HELP FAIRE!!! you're a really helpful person!PHP Code:/*wrappers - page or section containers*/
#mainWrapper {
background-color: #transparent;
text-align: left;
width: 776px;
vertical-align: top;
}
Okay, now I have to figure out how to move the Home,login, search button to the bottom of the banner. I tried using the codes you gave me previously but it doesn't seem to work or I might have done something wrongly




