/* CSS Document */

html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	text-align:center;	
}
#flashcontent img	{
	outline:none;
	border:0px;
}
body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#ffffff;
}


