@charset "UTF-8";
/* CSS Document */

body {
    background-color:#111;
}

.wrap {
    background: url(../img/dcs/gloss.png) repeat-y;
    background-size: contain;
}

.content {
    background: url(../img/dcs/top-header.png) no-repeat no-repeat;
    background-size: 100%;
}

.footer {
    background: -moz-linear-gradient(top, rgba(17,17,23,0) 0%, rgba(17,17,23,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(17,17,23,0) 0%,rgba(17,17,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(17,17,23,0) 0%,rgba(17,17,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00111117', endColorstr='#111117',GradientType=0 ); /* IE6-9 */

}

hr {
    border-top: 2px solid #21212c;
}

.sm-bar {
    background: #21212c; 
}

.copy {
    border-right:3px #111117 dotted;
}