body {
    background: #000;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.25pt;
    font-weight: 100;
    color: #fff;
}

div {
    margin: 0 auto; padding: 0;
    width: 700px;
    max-width: 90%;
    text-align: center;
}

p {
    padding-bottom: 0px;
}

div#logo {
    margin: 60px auto 0 auto; padding: 0;
    width: 700px;
    max-width: 90%;
    height: 280px;
    background: url(../images/flying-leaf-games-logo.png) no-repeat top center;
    background-size: contain;
}

p.error {
    line-height: 200%;
    font-size: 26px;
}

div.button {
    margin: 55px auto 0 auto; padding: 0;
    max-width: 90%;
    text-align: center;
}

div.button a {
    margin: 0 auto; padding: 0;
    width: 180px;
    height: 40px;
    background: url(../images/contact.png) no-repeat top center;
    display: block;
}

div.button a:hover {
    background-image: url(../images/contact_hover.png);
}