BODY {
    MARGIN: 0px;
    align: center
}

DIV.bottom {
    MARGIN: 0px;
    OVERFLOW: auto;
    OVERFLOW-X:hidden;
    POSITION: absolute
}

DIV.top {
    MARGIN: 0px;
    OVERFLOW: auto;
    POSITION: absolute
}

DIV.topForm{
  width:95%;
  max-width: 1600px !important;
  margin: auto;
}
DIV.bottom {
    width:95%;
    max-width: 1600px !important;
    RIGHT: 0px;
    LEFT: 0em;
    BOTTOM: 0px;
    align: center;
    margin: auto;
    
}

DIV.bottom DIV {
    RIGHT: auto;
    LEFT: 0px;
    POSITION: static
}

DIV.top {
    RIGHT: 0px;
    LEFT: 0em;
    WIDTH: 100%;
    TOP: 0px;
    TEXT-ALIGN: center
}

DIV.top DIV {
    RIGHT: auto;
    POSITION: static;
    HEIGHT: auto;
    align: center
}

@media Screen {
    BODY>DIV.left {
        POSITION: fixed
    }
    BODY>DIV.bottom {
        POSITION: fixed
    }
    BODY>DIV.top {
        POSITION: fixed
    }
    BODY>DIV.bottomLOV {
        POSITION: fixed
    }
    BODY>DIV.topLOV {
        POSITION: fixed
    }
}