﻿body {
    background: #333333;
}

.box {
    width: 840px;
    border-radius: 8px;
    margin: 50px auto 0;
    padding: 30px;
    border: 2px solid #AFC93D;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    background: #FFFFFF url(/bg-logo.png) right bottom no-repeat;
}

    .box h1 {
        font-size: 24px;
        font-family: Georgia, Times New Roman, Serif;
        font-weight: normal;
        font-style: normal;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .box .info {
        font-size: 16px;
        max-width: 400px;
    }

    .box .contact {
        font-size: 14px;
        color: #666666;
        margin-top: 40px;
    }

        .box .contact a {
            color: #AAC43D;
            text-decoration: none;
        }

            .box .contact a:hover {
                text-decoration: underline;
            }

a.footer-logo {
    display: block;
    width: 88px;
    height: 29px;
    margin: 15px auto 40px;
}

    a.footer-logo img {
        border: none;
    }

@media (max-width: 860px) {
    .box {
        width: auto;
    }
}

@media (max-width: 400px) {
    .box {
        margin-top: 20px;
        padding: 15px;
        background: white;
        text-align: center;
    }
}
