html, body {
  	height:100%;
}
body {
  	margin:0;
  	padding:0;
  	background-color: #000000;
  	color: #FFFFFF;
}
.showScroll {
	overflow: auto;
}
.hideScroll {
	overflow: hidden;
}
.flashScroll {
	position: absolute;
	top: 0px;
	width: 1014px;
	height: 687px;
}
.flashNoScroll {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
.flashWidthScroll {
	position: absolute;
	top: 0px;
	width: 1014px;
	height: 100%;
}
.flashHeightScroll {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 687px;
}