html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-top: 80px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
#flashcontent {
	height: 300px;
	width: 290px;
	margin-top: -175px;
	margin-left: -145px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#site {
	height: 100%;
	width: 100%;
}