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

body {
    background-color:#111;
}

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

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

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

}

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

.sm-bar {
    background: #283543; 
}

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