/* CSS Document */
body {
	background-color: #444444;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	text-align:center;
}
#info {
	width: 300px;
	overflow: auto;
}
.white {
	color: #FFFFFF;
}
#flashcontent {
	margin:0px auto;
	padding-top:30px;
	width:800px;
	height:500px;
	z-index:1;
	top: 100px;
}
#noflash {
	position:absolute;
	width: auto;
	height: auto;
	left: 50px;
	top:30px;
}
a:link {
	color:#FF6699;
}
a:visited {
	color: #FF6699;
}
a:hover {
	color: #0033FF;
}
a:active {
	color: #FF6699;
}