to change the footer colour, go to stylesheet. Then check for
.credit -> credit class
it wud be like this :
.credit {
background: #90A090; <——- vchnage it to the colour u want
border-top: 3px double #aba;
color: #fff;
font-size: 11px;
margin: 10px 0 0 0;
padding: 3px;
text-align: center;
}
thts it..