Hi again! I'm trying to change the main wrapper bg color where the content appears on my page, and I've gone where the code s and changed that but to no avail. Is there something I'm doin wrong? here is the code
*wrappers - page or section containers*/
#mainWrapper {
background-color: #9BA41F;
text-align: left;
width: 925px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
IT just keep doing it's own thing help!



