html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.header_logo {
    display: block;
    width: 4.875rem;
    height: 3.125rem;
    background-image: url(//cdn2.playxn.com/templates/play/files/images/logo.png);
    margin: 0 auto;
}

#header {
    display: block;
    position: fixed;
    width: 100%;
    height: 3.125rem;
    z-index: 2;
    border-top: 0.125rem solid #899a13;
    border-bottom: 0.125rem solid #899a13;
    background-color: #93a60e;
    background-image: none;
    -moz-box-shadow: 0 .125rem .062rem rgba(14,14,14,0.25);
    -webkit-box-shadow: 0 .125rem .062rem rgba(14,14,14,0.25);
    box-shadow: 0 .125rem .062rem rgba(14,14,14,0.25);
    -webkit-transform: translateZ(0);
}

#header .site_logo{
}

#header .site_logo img{
    margin-left: 50px;
    margin-top: 0px;
    max-height: 50px;
}

.play-button {
    border: 0.062rem solid #C3C1C1;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.9);
    -moz-text-shadow: 0 1px 0 rgba(0,0,0,0.9);
    text-shadow: 0 1px 0 rgba(0,0,0,0.9);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.green_gradient {
    background-color: #c70000;
    background-image: -moz-linear-gradient(90deg, #e00000 0%, #c70000 100%);
    background-image: -o-linear-gradient(90deg, #FF0000 0%, #c70000 100%);
    background-image: -webkit-linear-gradient(270deg, #FF0000 0%, #c70000 100%);
    background-image: -ms-linear-gradient(90deg, #FF0000 0%, #c70000 100%);
    background-image: linear-gradient(to 90deg, #FF0000 0%, #c70000 100%);
}

.go-button {
    height: 1.25rem;
    width: 1.625rem;
    position: relative;
    color: #fff;
    text-align: center;
    text-decoration: none;
    float: right;
    padding-top: .312rem;
    border: 0.062rem solid #C3C1C1;
    -moz-border-radius: 1.437rem;
    -webkit-border-radius: 1.437rem;
    border-radius: 1.437rem;
    -moz-box-shadow: 0 .062rem .187rem rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 .062rem .187rem rgba(0,0,0,0.6);
    box-shadow: 0 .062rem .187rem rgba(0,0,0,0.6);
}

#header .header_button {
    height: 2.125rem;
    width: 2.125rem;
    float: left;
    background-color: #000;
    border: .062rem solid #fff;
    -moz-border-radius: .312rem;
    -webkit-border-radius: .312rem;
    border-radius: .312rem;
    margin: .5rem 1.2rem 0 .625rem;
}

.footer {
    clear: both;
    line-height: 2.187rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-family: arial;
    font-size: .625rem;
    border-top: .062rem solid #000;
    border-bottom: .062rem solid #000;
    background-color: #E0DEDE;
    background-image: none;
}

.white-footer {
    display: none;
}

.footer {
    clear: both;
    line-height: 2.187rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    font-family: arial;
    font-size: .625rem;
    border-top: none;
    border-bottom: none;
    background-color: #93a60e;
    background-image: none;
}

.footer a, .footer a:visited, .footer a:active {
    color: #000;
}

.rotated_image img {
    border: 0.125rem solid #C70000 !important;
    -moz-border-radius: 0.312rem;
    -webkit-border-radius: 0.312rem;
    border-radius: 0.312rem;
}

a {
    color: #D90000;
}

body {
    background-image: none;
    background-color: #F5F5F5;
}