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

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

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

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

}

hr {
    border-top: 2px solid #251d28;
}

.sm-bar {
    background: #251d28; 
}

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