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

body {
    background-color:#111;
}

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

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

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

}

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

.sm-bar {
    background: #141237; 
}

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