body {
    display: block;
    font-family: Georgia;
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
}

img {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    text-decoration: none;
}

/* this is the main table, the one in which everything else goes */
table.outline{
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    margin-right: auto;
    margin-top: auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 800px;
    height: 600px;
    margin-left: auto;
    margin-bottom: auto;
}

td.mainLogo{
    text-align: center;
    vertical-align: top;
    height: 150px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
}

td.mainBodyFrame{
    height: 450px;
}

img.mainMenuButton{    
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
}

img.subMenuButton{
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
}

div.subMenu{    
    background-color: #0a0a0a;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

div.mainBody{
    background-color: #0a0a0a;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}