    html {
        height: 100%;
        overflow: hidden;
    }

    body {
        height: 100%;
        margin-top: 0;
        padding-top: 120px;
        background-color: #000;
        color: #777;
    }

    a, a:visited, a:link {
        color: #AAA;
        text-decoration: underline;
    }

    a:active, a:hover {
        text-decoration: none;
    }
    a.mail{
        text-decoration: none;
    }

    #content{
        width: 60%;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px dotted #cccccc;
        background-color: #333;
    }

    #commingsoon {
        width: 80%;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #777;
        background-color: #222;

    }
    h1 {
        font-size: 30px;
        letter-spacing: -2px;
    }

    h2 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    #titles {
        margin-bottom: -10px;
        text-decoration: underline;
        color: #CCC;
    }

    h3 {
        font-size: 12px;
    }

    p {
        font-size: 12px;
    }

    #footer p {
        font-size: 11px;
    }

    #footer {
        padding: 20px;

    }

    #upgrade {
        background-color: #ffffff;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px dotted #cccccc;
    }

