body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial;
    overflow: hidden;
    background: #000;
}
a {
    text-decoration: none;
}
#banner {
    position: relative;
    width: 240px;
    height: 500px;
    background: #D1CEC5;
}
.rating-landing {
    display: block;
    padding: 15px;
    text-transform: uppercase;
    color: #666666;
    line-height: 1.4;
}
.rating-landing .h1 {
    font-size: 21px;
    font-weight: bold;
}

.rating-links {
    position: relative;
    padding-top: 10px;
}

.bar {
    position: absolute;
    top: 0;
    left: 15px;
}

.rating-link {
    display: block;
    padding: 3px 18px 3px 29px;
    color: #666666;
    font-size: 12px;
    position: relative;
    z-index: 3;
}

.rating-link span {
    display: block;
    border-radius: 2px;
    padding: 2px 0 2px 2px;
}

.rating-link.act, .rating-link:hover {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJAQMAAADAY3TdAAAAA1BMVEVlZWMlV5sRAAAACklEQVQI12PAAAAAEgABuazMLQAAAABJRU5ErkJggg==') 14px center no-repeat;
}

.rating-link.act span, .rating-link:hover span {
    background: #007BC1;
    color: #fff;
}

/*.bg-red {
    background-color: #DB2828;
}

.bg-olive {
    background-color: #B5CC18;
}

.bg-teal {
    background-color: #00B5AD;
}

.bg-violet {
    background-color: #6435C9;
}

.bg-pink {
    background-color: #E03997;
}

.bg-brown {
    background-color: #A5673F;
}

.bg-blue {
    background-color: #2185D0;
}*/
