@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0;
	padding: 0;
	background-color:#000;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#flashcontent {
	width: 955px;
	height: 680px;
	z-index: 1;
	background-color: #000;
	top: 0;
	position:absolute;
	left: 0;
}
.popup {
	background-color: transparent;	
	position:absolute;
	left:61px;
	top:44px;
	width: 520px;
	height: 448px;
	z-index:2;
}
