/* A derivative CSS for Renchaudio.com. It extends base.css */

#header #logo img {
text-align:left;
margin-left:20px;
}

.section { /* [O] = overrided on ie.derivative.css */
background:rgb(56,40,30); /* [O] | Here we using a similar solid bg-color to the next one */
background:rgba(40,24,16,0.9);
}

#merchandise_section {
background:rgb(60, 45, 20);
background:rgba(240, 225, 180, 0.5);
}

/* Footer */

#footer p {
text-align:center;
color:#2c1e12;
}

#footer p a {
text-decoration:none;
color:#2c1e12;
}
