html, body
	{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center; 
	}
	
	body 
	{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	}
	
	a 
	{
		color: #787878;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration:underline;
	}
	
	img
	{
		border: 0;
	}
	
	h1
	{
		display: inline;
		font-size: 100%;
		font-weight: normal;
	}
	
	#noflash
	{
		border: 0;
		height: 50%;
		width: 50%;
		position: absolute;
		left: 25%;
		top: 10%;
		font-size: 80%;
		text-align: left;
	}
#credits{
	font-family:'Lucida Grande', 'Lucida Sans';
	font-size:9px;
	color: #999999;
	position:absolute;
	top:100%;
	left:100%;
	width:150px;
	height:10px;
	margin-top:-20px;
	margin-left:-160px;
			}
			#credits a{
	color: #999999;
	text-decoration:none;
			}
			#credits a:hover{
	color: #666666;
	text-decoration:underline;
			}

