Se modifichi (nel tuo gantry-custom.css) :
#rt-showcase .rt-container {
background: url("../images/bg_menu.pg") repeat-x scroll 0 0 #ffffff;
...}
con questo codice :
#rt-showcase .rt-container {
background: url("../images/bg_menu.pg") repeat-x scroll 0 0 #369;
...}
E quello che desideri ?