
.EBM
{
    font-family: Arial;
    color: #FFFFFF;
    background-color: #000000;
    outline: none; /* prevents firefox outline */
}

.EBM a:link, a:visited, a:active, a:focus {
    font-weight: normal;
    text-decoration: none;
    color: #88AAFF;
    outline: none; /* prevents firefox outline */
}

.EBM a:hover {
    color: #FFFFFF;
}

.EBM th a {
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
}

#divIEWrapper {
    width: 100%;
    height: 100%;
    margin-left:auto;
    margin-right:auto;
}

#divMain {
    width: 1024px;
    height:600px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 40px;
}

#divLeftSide{
    width: 170px;
    height: 600px;
    margin-left:0px;
    margin-top: 0px;
}

#divContent {
    width:854px;
    height:600px;
    position: absolute;
    margin-left: 172px;
    margin-top: -602px;
}

#imgLogo {
    width:854px;
    height:504px;
    margin-left: auto;
    margin-right: auto;
    border:0;
}


