/* Start of CMSMS style sheet 'FRONTPAGE' */
* {
	outline: none;
	border: none;
	font-family: Arial, Verdana;
	font-size:  12px;
	color: #fff;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: url(/images/bg_body.jpg) top center;
	text-align: center;
	overflow: auto;
}

#flash {
	position: absolute;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	width: expression(document.body.clientWidth < 1000 ? "1000px" : "" );
	height: 100%;
	min-height: 700px;
	height: expression(document.body.clientHeight < 700 ? "700px" : "" );
}
/* End of 'FRONTPAGE' */

