﻿html, body 
{
    margin: 0;
    padding:0;
    height:100%;
    background-color:#000000; 
}
div#container 
{
    position:relative;
    margin: 0 auto;
    width:776px; 
    height:auto; 
    height:100%; 
    min-height:100%; 
}
.maintable
{
    position:absolute;
    top: 0px;
    border-left: solid 1px #FFFFFF; 
    border-right: solid 1px #FFFFFF;
    height:100%;
}
.footer
{
    background-color:#808080;
    font-size: 10px;
    font-weight: 900;
    color:#FFFFFF;
    padding: 5px;
    text-align:center;
}
.menu
{
    padding: 0px 0px 5px 14px;
    height: 30px;
}
.header
{
    height: 62px;
}
#logo
{
    position:absolute;
    top: 105px;
    left:50px;
    z-index:9;
}
#rightmenu
{
    position:absolute;
    top: 195px;
    right:15px;
    z-index:9;
}