@charset "utf-8";

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#container, #getFlash {
	background-color:#000000;
}
#container {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
#getFlash {
	position:absolute;
	width:815px;
	height:150px;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-407px;
}
p, p a, p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:700;
	color:#666666;
}
p a, p a:visited {
	color:#ffb400;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
span {
	padding:0px 10px;
}