/* Start of CMSMS style sheet 'Main Page' */
body {
	overflow:hidden;
	min-height:600px;
	min-width:800px;
	background-image:url(/uploads/images/siteimages/bgr.gif);
}

#wrapper {
	position:absolute;
	top:50%;
	width:100%;
	height:1px;
	z-index:1;
}


#content {
	background-color:#ffffff;
	margin-left:-400px;
	position:absolute;
	top:-300px;
	left:50%;
	width:800px;
	height:600px;
	visibility:visible;
}
/* End of 'Main Page' */

