I try to change the color in the template.css but the color stay the same that in Style Settings panel ( see the file joined)
#rt-bottom .rt-container {
background-color: #CCCC33;
}
#rt-header .rt-container {
background-color: #CCCC33;
}
this tag folowing is ok et work well
#rt-showcase .rt-container {
background-color: #FFFFFF;
background-image: url(../images/logo.png),url(../images/fond.jpg);
background-repeat: no-repeat;
background-position: 5% 10%,center center;
height: 165px;
width: 900px;