﻿body {
    font-family: Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
}

.content {
    height: 550px;
    max-width: 550px;
    margin: auto;
    padding: 0 15px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

img.bg {
    min-height: 100%;
    min-width: 864px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.logo {
    display: block;
    width: 170px;
    height: 64px;
    margin: 50px auto 25px;
}

#title {
    font-weight: normal;
    line-height: 20px;

}

p {
    font-size: 12px;
}

#get-started {
    background-color: #FCB84D;
    border-radius: 20px;
    color: black;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}

.footer {
    margin-top: 100px;
}

.footer a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

#parker-link {
    float: left;
}

#contact {
    float: right;
}

@media screen and (max-width: 864px) {
    img.bg {
        left: 50%;
        margin-left: -432px;
    }
}