﻿html
{
    overflow: auto;
}

body 
{
    background-color: #000000;
    color: White;
    font-family: Calibri, Arial;
    font-size: 16px;
    margin:0;
    margin-top: 50px;
    padding:0;
}

#maincontent
{
    background-position: right top;
    background-repeat: no-repeat;
    width: 500px;
    height: 550px;
    position: absolute;
    right: 0px;
    text-align:right;
    padding:0px;
    margin:0px;
}





.middlecontainer
{
    text-align: left;
    border: solid 0px red;
    min-height: 550px;
    max-height:550px;
    position:relative;
    padding-left: 30px;
    overflow:auto;
}

#left
{
    margin-left:50px;
    border: solid 0px blue;
    float:left;
}

.middle
{
    text-align: center;
    border: solid 0px red;
    margin-right:275px;
    padding-top: 50px;
}

.middle h1
{
    font-size: 16px;
}

.helpline
{
    color:#ffc668;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 2px;
}


