body {
	margin:0;
	padding:0;
	background-color:black;
	font-size:100%;
	color:white;
	font-family:Verdana,Arial,sans-serif;
}
a {
	color:white;
	text-decoration:none;
}
a:hover {
	color:yellow;
}
#flashcontent {
	height:100% !important;
	width:100%;
	min-width: 1010px;
	min-height: 800px;
	overflow:hidden;
}
#foot {
	margin:0;
	width: 100%;
	min-width:1010px;
	position: fixed;
	bottom: 0;
	font-size: 10px;
	clear:both;
	padding: 15px 0;
	padding-left: 6px;
	background-color:black;
	color:#999999;
}
#foot a{
	color:#999999;
}
#foot a:hover{
	color:yellow;
}
#foot #copy {
	float: left;
	width:245px;
	border-top: 1px white solid;
	margin-right: 5px;
	padding-top:10px;
}
#foot #links {
	float: left;
	width: 752px;
	margin-left:5px;
	border-top: 1px white solid;
	padding-top:10px;
}