	html, body{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center; 
	}
	
	body {
		background-color: #000000;
		color: #ffffff;
		font-family: Helvetica, Tahoma, Arial, sans-serif;
	}
	
	p {
	margin-top: 0px;
}
	
	a {color: #ff6600; text-decoration: none;}
	
	a:hover{text-decoration:underline;}
	
	img{border: 0;}
	
	h1{
		display: inline;
		font-size: 100%;
		font-weight: bold;
	}
	
	#noflash{
		border: 0;
		height: 50%;
		width: 50%;
		position: absolute;
		left: 25%;
		top: 0px;
		font-size: 80%;
		text-align: left;
	}

