@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow: auto;
	background:#000;
}

body {
	height: 100%;
	background:#DFF7F2;
}

#flashcontent {
	width:100%;
	height:100%;
	color:#333;
	font-size:12px;
	line-height:180%;
	text-align:center;
}





a:link {
	color: #C00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: underline;
	color: #C00;
}
