﻿body
{
    margin: 0 auto;
    background-color: white;
}
#header
{display: none}
#nav
{
    display: none;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    left: 0px;
    top: 0px;
    font-size: 2px;
    color: white;
    background-color: white;
    text-decoration: none;
}
#maincontent
{
    clear: both;
    float: none;
    width: 0 auto;
    overflow: visible;
    z-index: 1;
    position: absolute;
    background-color: white;
}
#footer
{
    text-align: right;
    margin-top: 10px;
    clear: both;
    float: none;
    padding-right: 5px;
}

