body {
    background-color: #5c4c16;
    background-image: url('../images/downloads_bg.gif');
}
.banner {
    background-color: #5c4c16;
    background-image: url('../images/banner/discography.jpg');
    background-repeat: no-repeat;
}
.cd {
    float: left;
    width: 602px;
    margin-bottom: 30px;
}
.cd img {
    display: block;
    float: left;
    margin: 0 16px 16px 0;
}
.cd_text {
    float: left;
    width: 399px;
}
.cd .title {
    color: #e9bd53;
    font-size: 9pt;
}
.cd .header {
    color: #919191;
}
.cd div.header {
    margin-bottom: 11px;
}
.cd hr {
    float: left;
    width: 602px;
    margin-top: 30px;
}
