@charset "utf-8";
/* CSS Document */


body {
	background-color: #000;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}


#content {
	text-align: center;
	margin: 50px auto 0 auto;
	width: 800px;
	height: 600px;
}

#description {
	display: none;
}


a {
	color: #fff;
	text-decoration: none;
}


a.installFlash {
	display: block;
	text-indent: -3000px;
	width: 418px;
	height: 20px;
	margin: 0 auto 0 auto;
	background: url('../images/installflash.gif') no-repeat top left;
}






