﻿body 
{
    color:White;
    font-family:Prestige Elite Std;
    font-size:14px;
    background-color:Black;
}
#main
{
    margin-top:-12px;
    margin-bottom:-12px;
    margin-left:auto;
    margin-right:auto;
    vertical-align:middle;
    text-align:center;
    width:800px;
    height:800px;
}
.floatLeft
{
    float:left;
}
.floatRight
{
    float:right;
}
.extender
{
    clear:both;
}
a
{
    text-decoration:none;
    color:Maroon;
}