@charset "UTF-8";
#intro_fla {
	height: 600px;
	width: 800px;
	left: 50%;
	top: 150px;
	margin-top: 5%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#foot {
	height: 50px;
	width: 800px;
	left: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#foot a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
