body {
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	
	text-align: center;
	
	margin: 0;
	padding: 0;
	
	background-color: #2A2A2A;
}

div#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -480px;
	width: 960px;
	height: 600px;
	text-align: justify;
}

div#flashContent {
	width: 960px;
	height: 600px;
}

div#fcontainer {
	width: 440px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -220px;
}

div#fcontainer a, div#fcontainer a:hover, div#fcontainer a:active, div#fcontainer a:visited, div#fcontainer img {
	border: none;
	color: transparent;
}