﻿body {
    /*background-image: url(../_resources/_gui/bguni.jpg);
    background-repeat: repeat-x;
    background-position: top;*/
    background-color: #dcdcdc;
    margin: 0;
}
html { overflow: auto; }
form { margin: 0;}
DIV#barebody {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 99%;
    margin: 0;
    overflow: auto;
}
DIV.fla {
    /*width: 1018px;
    height: 580px;*/
    width: 100%;
    height: 100%;
    margin: 0;
    /*border: 1px solid #7b7b7b;*/
    overflow: hidden;
}
DIV#flcontent  
{
    margin: 0;
    overflow: hidden;    
}

