A {
	color: #666;
}

	
html {
	height: 100%;
	overflow: auto;
}

#flashcontent {
	height: 100%;
	width: 100%;
	min-width: 980px;
	width: expression(document.body.clientWidth < 980 ? "980px": document.body.clientWidth);
	min-height: 570px;
	height: expression(document.body.clientHeight < 570  ? "570px": document.body.clientHeight);

}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
