/* CSS Document */
html,form
{
height                        : 100%;
}

body
{
background-color              : lightgrey;
font-family                   : Verdana;
height                        : 100%;
margin-top                    : 0;
padding                       : 0;
font-size                     : 10px;
position: relative;
}

#main_div
{
position:relative;
overflow                      : scroll; /*disable to allow scrolling  */
overflow-x                    :hidden;
background-color              : #fff;
border-left                   : 2px solid #758279;
border-right                  : 2px solid #758279;
border-top                    : 2px solid #758279;
height                        : 98%;
margin                        : 0px auto ;
width                         : 820px;
}
