html, body {
    background-color: #000;
}

.rafters {
    background: transparent url(../images/rafters_bg.png) repeat-x top left;
    width: 100%;
    color: #fff;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rafters h1 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 18px;
    color: #fff;
}

.rafters ul {
    float: right;
    padding-top: 10px;
    padding-bottom: 9px;
}

.rafters li {
    float: left;
}

.main_stage {
    background: #f1f1f1 url(../images/white_noise_bg.png) repeat top left;
    width: 100%;
}

.the_pit {
    background: #000 url(../images/the_pit_bg.png) repeat-x top left;
    padding-top: 21px;
    padding-bottom: 18px;
    width: 100%;
    
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}

.the_pit .copyright_terms {
    margin-top: 8px;
}

a#rock_kick_co_link {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
}

a#rock_kick_co_link img {
    float: left;
}

a#rock_kick_co_link span {
    display: inline-block;
    padding-top: 8px;
    padding-left: 5px;
    white-space: nowrap;
}

/**
 * Form Inputs
 */
input[type=text],
input[type=password],
textarea {
    border: 1px solid #a1a1a1;
    
    -web-kit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=submit] {
    background: transparent url(../images/input_submit_bg.png) repeat-x top left;
    font-family: 'LeagueGothicRegular','Myriad Pro',Helvetica,'Lucida Grande',Arial,Verdana,sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 229px;
    height: 55px;
    border-style: none;
    cursor: pointer;
    
    -web-kit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}