html
{
    min-height: 100%;
    height: 100%;
    overflow: hidden;
}

body
{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    background-color: #fcfcfc;
    min-height: 100%;
    height: 100%;
}


.corner-logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.message {
    color: #56656d;
    width: 400px;
    margin: 0 auto;
    position: relative;
    top: 30%;
}

.message .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.message .text {
    font-size: 14px;
    margin-bottom: 60px;
}

.message .icon {
    position: absolute;
    top: 0px;
    right: -86px;
    width: 86px;
    height: 84px;
    background: url(/images/layout/dead-fish.png) 0 0 no-repeat;
}

.message .button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px;
    background-color: #3f8fbd;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
}

.message .button:hover {
    background-color: #65a7cd;
}

.message .button:active {
    background-color: #327296;
}