body {
    background-image: url("../images/body-background-faded.jpg");
}

div#dj-header div#dj-name {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(230, 33, 213);
    /* RGBa with opacity */
    background: rgba(230, 33, 213, .8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce621d5, endColorstr=#cce621d5);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce621d5, endColorstr=#cce621d5)";
}

div#dj-header ul.navigation {
    /* Fallback for web browsers that doesn't support RGBa */
    border: 5px solid rgb(230, 33, 213);
    /* RGBa with opacity */
    border: 5px solid rgba(230, 33, 213, .8);
}

div#column-one ul#site-sections {
    background-image: url("../images/diagonal-stripe-background.png");
    background-repeat: repeat;
}

div#column-one ul.navigation li {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(230, 33, 213);
    /* RGBa with opacity */
    background: rgba(230, 33, 213, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce621d5, endColorstr=#cce621d5);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cce621d5, endColorstr=#cce621d5)";
}

div#section-description {
    padding-bottom: 5px;
    
    margin-top: 1.39em;
    margin-bottom: 30px;
    
    font-size: 1.3em;
    
    color: #e621d5;
    
    border-bottom: 1px dotted #e621d5;
}

div#section-description span.download-link {
    position: relative;
    
    float: right;
    
    color: #e621d5;
}

div#section-content {
    width: 100%;
}