body {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    background-color: #fff;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

#content {
    max-width: 1600px;
}

.demo-title {
    text-align: center;
}

.status-messages {
    text-align: center;
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    margin: 12px;
}

#watermark {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../img/watermark.png') center center no-repeat;
    z-index: -1;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 960px;
    font-size: 12px;
    color: black;
    margin-left: -480px;
    text-align: center;
    padding: 0 0 30px;
}