@charset "UTF-8";


html {
	height: 100%;
	overflow: auto;
	}

body {
	margin: 0;
	padding: 0;
}

#swfArea {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 650px;
	width: 100%;
	line-height: 0;
}

#flashContent{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 650px;
	width: 100%;
	line-height: 0;
	}


p{
	color: #ffffff;
	}