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

body {
    background-color:#111;
}

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

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

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

hr {
    border-top: 2px solid #041b21;
}

.sm-bar {
    background: #041b21; 
}

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