Dear reweb!
Here is the solution :
Please open the file: /templates/ja_seleni/css/template.css and find codes:
1)
body#bd { background: #fff; color: #333; }
and replace:
body#bd { background: red; color: #333; }
2)
#ja-breadcrumbs .main { color: #666; font-size: 92%; font-weight: bold; }
and replace:
#ja-breadcrumbs .main { color: #666; font-size: 92%; font-weight: bold;background:#FFF }
3)
#ja-container {
background: #fff;
position: relative;
z-index: 5;
}
and replace:
#ja-container {
background:red;
position: relative;
z-index: 5;
}
4)
#ja-container .main {
padding: 10px 0 0;
min-height: 300px;
}
and replace:
#ja-container .main {
padding: 10px 0 0;
min-height: 300px;
background:#FFF
}
5)
#ja-botsl .main {
background: url(../images/dot-line.gif) repeat-x left top;
padding: 3px 0 0;
}
and replace:
#ja-botsl .main {
background: #FFF;
padding: 3px 0 0;
}
Good luck