html {
	height: 100%;
	font-size: 100%;
	margin: 0,auto;
}
body {
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #67625B;
	color: #fff;
	font-size: 76%;
	font-family: Arial, Verdana, sans-serif;
}
a {
	color: #00b6cd;
	text-decoration: underline;
}
h2 {
	margin-top: 2em;
}
#flashcontent {
	margin-top: 10px;
}
#noflash {
	margin: 20px;
}
#flashtable {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	}
	#flashtable td {
		height: 100%;
		width: 100%;
		}
#developerlink {
	color: #a09c95;
	font-size: 0.9em;
	visibility: hidden;
	text-align: center;
	}
	#developerlink div {
	 	width: 840px;
	 	margin: 0 auto 0 auto;
	 	text-align: right;
		}
		#developerlink div a {
		 	color: #a09c95;
		 	text-decoration: none;
			}
			#developerlink div a:hover {
			 	color: #00b6cd;
				}
