﻿#page-wrapper {
    display:none;
}

html, body {
    background:#414141;
}

#site_overlay {
    display:none;
}

.noshow {
    font-family:inherit;
    display:block;
    width:500px;
    margin:0 auto;
    color:white;
    margin-top:100px;
    font-weight:normal;
}

    .noshow h2 {
        line-height:1em;
        margin-bottom:0px;
        font-size:3em;
    }

    .noshow img {
        width:250px;
        display:block;
        margin:20px auto;
    }

    .red_button {
        padding: 10px 20px;
        background-color: #df5b57;
        text-decoration: none;
        font-weight: 500;
        color: #fff !important;
        display: block;
        width: 280px;
        text-align: center;
        margin: 20px auto;
    }

    .red_button:hover {
       background-color: #de4c48; 
    }