/* CSS Document */

body, html{
	padding:0;
	margin: 0;
	text-align: center;
	background-color:#ffffff;
	height:100%;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	
	}

	
.wrapper{
	height:100%;
	width:100%;
	text-align:center;
	
	}
	
a img{
	border:0;
	}

a{
	color:white;
	text-decoration:none;
}

a:hover{
color:#FFD700;
}
	
#flash_container{
	font-weight:bold;
	font-size:12px;
	color:#999999;
	width:980px;
	height:600px;
}


#credits{
	
	font-size: 9px;
	
}

