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

body
{
background-color              : white; /*lightgrey;*/
font-family                   : Verdana;
height                        : 100%;
margin                        : 0;
overflow                      : hidden;/* disable to allow scrolling */
padding                       : 0;
}

#main_div
{
background-color              : #FFFFFF;
border-left                   : 1px dotted #758279;
border-right                  : 1px dotted #758279;
border-top                    : 1px dotted #758279;
height                        : 1024px;
margin                        : 0px auto;
width                         : 750px;/*800px;*/
}
