OH!!! okay I got it, just have to change this:

PHP Code:
/*wrappers - page or section containers*/
#mainWrapper {
    
background-color#ffffff;
    
text-alignleft;
    
width776px;
    
vertical-aligntop;
    } 
to

PHP Code:
/*wrappers - page or section containers*/
#mainWrapper {
    
background-color#transparent;
    
text-alignleft;
    
width776px;
    
vertical-aligntop;
    } 
THANKS SO MUCH FOR YOUR HELP FAIRE!!! you're a really helpful person!

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