A {
	color: #666;
}

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

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

}

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