body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */

}


.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}


    .bodyscroll
    {
        float: left;
        width: 670px;
        height: 425px;
        overflow: auto;   
    }



#bg {
	background-color:#333333;
	position:absolute;
	width:200%;
	height:200%;
	z-index:2;
	margin: 0 auto;
	visibility: hidden;
	overflow: visible;
	filter:alpha(opacity=90);
	-moz-opacity:0.90; 
}


#main {

	position: fixed;
	left: 50%;
	margin-left: -321px; /*half of the width */
	padding: 0;
	width:641px;
	height:550px;
	z-index:4;
	top: 10px;
	visibility: hidden;
	overflow: visible;
	filter:alpha(opacity=90);
	-moz-opacity:0.90; 
}


#mainbody {
	
	width:100%;
	height:100%;
	z-index:3;
	margin: 0 auto;
	top: 20px;
	visibility: visible;

}





