I'm attempting to change the background color. It appears the background consists of a combination of a background color and an image.
I'd like to keep the background design image but also with green rather than the gray.
Thanks!
#gkWrapFull {
background: url("../images/style1/bg_pattern.jpg") repeat-x scroll right 0 GREEN;
}