﻿body
{
    overflow: auto;
    text-align: center;
    width: 100%;
}
#framecontentLeft
{
    left: 0px;
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0px;
    position: absolute;
}
#framecontentTop
{
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
    left: 0px;
    position: absolute;
}
#maincontent
{
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: auto;
    height: 100%;
    overflow: visible;
    padding: 0px;
    position: absolute;
    margin: 0px;
    text-align: center;
}
#FooterButtons
{
    visibility: hidden;
    display: none;
}
#FooterRegion
{
    overflow: visible;
    z-index: 1000;
    margin: 0px;
    width: 115%;
    position: relative;
}
.innertube
{
    text-align: center;
    width: 115%;
}
hr
{
    width: 115%;
}
h1
{
    width: 115%;
}
