html, body{
	height: 100%;
	width: 100%;
	margin:0;
	background-color: #efefef;
}
#swfViewArea{
	height: 100%;
	width: 100%;
	margin:0;
	background-color: #efefef;
}
#flashDataArea{
	height: 100%;
	width: 100%;
	margin:0;
	background-color: #efefef;
}
#noFlashDataArea{
	margin: 0 auto;
	position: relative;
	height: 702px;
	width: 1012px;
	background-color: #efefef;
	background-image: url("../images/noFlashBG.jpg");
	background-repeat: no-repeat;
}
#flashBanner{
	width: 160px;
	height: 41px;
	position: absolute;
	left: 161px;
	top: 299px;
}
#flashText{
	position: absolute;
	left: 340px;
	top: 303px;
	color: #000000;
	font-size: 12px;
}
#copyrightText{
	position: absolute;
	left: 340px;
	top: 383px;
	color: #666666;
	font-size: 12px;
}
