@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
}

#flashcontent {
	width:900px;
	height:900px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border:1px solid #CCC;
}

#subfooter {
	width:840px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#333;
	
}

.subFoot a:link, a:visited {
	text-decoration:underline;
	color:#333;
}

.subFoot a:hover {
	text-decoration:none;
	color:#000;
}
