#main
{
    top: 8em;
    float: center;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    vertical-align: middle;
}

#page
{
    font-family: "Courier New",Courier,monospace;
    font-size: 1.3em;
    color: #7f7f7f
    text-align: left;
    top: 8em;
    position: absolute;
    vertical-align: middle;
    margin-left: 5em;
}

#page ul
{
    margin-right: 5em;
}

#page li
{
    width: 100%;
    margin-left: 0.5em;
}

#page table
{
    width: 100%;
    border: "0";
}

#page td
{
    vertical-align: top;
}

#logo
{
    border: 0px solid ; 
    width: 341px; 
    height: 110px; 
    float: left;
    top: 4%;
    margin-left: 1em;
}

#menu
{
    font-family: "Courier New",Courier,monospace;
    font-size: 1.3em;
    color: #7f7f7f
    float: right;
    width: 100%;
    height: 110px; 
    margin-right: 5em;
    top: 5%;
    text-align: center;
    margin-bottom: 2em;
    position: absolute;
    vertical-align: top;
}

#menu ul
{
    list-style-type: none;
    float: right;
    margin-right: 5em;
}

#menu li
{
    width: 6em;
    color: #ff0000;
    float: left;
    margin-left: 0.5em;
}
 
#menu a
{
    display: block;
    text-align: center;
    margin-bottom: 2em;
}

#menu a:link, a:visited
{
    text-decoration: none;
    color: #7f7f7f
}

#menu a:hover
{
    text-decoration: none;
    color: #ff0000
}

embed 
{ 
    height: 100vh 
}

iframe 
{ 
    height: 100vh 
}


