style.css -> find .backgroundlevel-high #rt-background and change on
Code
.backgroundlevel-high #rt-background {
background: url("../images/main-bg2.png") repeat-x scroll 50% 0 white;
}
style.css -> find body and change on
Code
body{color: #AAAAAA;}
style.css -> find .bodylevel-high #rt-main-surround and change background on
Code
background: url("../images/main-bg.png") repeat-x scroll 50% 0 #F4F4F4;
template.css -> #rt-main-surround .module-full h2.title -> add this code
Good luck