#bm_portal_top
{
    position: absolute;
    height: 120px;
    top: 0px;
    left: 0px;
    width: 100%;
    max-height: 120px;
}

#bm_portal_top table
{
    height: 120px;
    max-height: 120px;
}

#bm_portal_main
{
    position: absolute;
    height: 545px;
    top: 120px;
    width: 780px;
}

#bm_portal_info
{
    position: absolute;
    height: 545px;
    top: 120px;
    left: 780px;
    width: 220px;
}

#bm_portal_bottom
{
    position: absolute;
    height: 35px;
    top: 665px;
    width: 100%;
}

