html {
	height: 100%;
    overflow: auto;
}
body {
	height: 100%;
	min-height: 535px;
	min-width: 990px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#flashid {
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width:  100%;
	min-height: 535px;
	min-width: 990px;
}
#bodyDiv {
   padding:0 40px 122px 40px;   /* Height of the footer */
   width: 900px;
   line-height: 18px;
   text-align:left;
   background-color: #FFFFFF;
}
