@charset "UTF-8";
body {
	margin: 0px;
	background-color: #000;
}.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
}#flashholder {
	width: 800px;
	height: 600px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}#footer {
        width: 700px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	padding-top: 10px;
	text-align: center;
}