﻿body
{
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #151515;
    font-family: Verdana;
    color: White;
}

#content
{
    position: absolute;
    height: 650px;
    width: 1000px;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -500px;
    background-color: Black;
}

h1, p
{
    color: White;
    font-size: 12pt;
    font-weight: normal;
}

#footer, a
{
    text-decoration: none;
    font-size: 8pt;
    color: gray;
}

a.enter_link
{
    color:#8f1a2f;
    text-decoration:underline;
    font-size:10pt;
}

#footer
{
    position: absolute;
    height: 20px;
    width: 1000px;
    top: 50%;
    left: 50%;
    margin-top: 325px;
    margin-left: -500px;
}