	html, body
	{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center; 
	}
	
	body 
	{
		background-color: #0b0b0b;
		color: #ffffff;
		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: 21px;
		font-weight: normal;
	}
	
	#noflash
	{
		border: 0;
		height: 50%;
		width: 50%;
		position: absolute;
		left: 9%;
		top: 12%;
		font-size: 80%;
		text-align: left;
	}