/* CSS Document */

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

#flashcontent {
	height: 100%;
}
/* end hide */
body {
/* hide from ie on mac \*/
	height: 100%;
/* end hide */
	background-color: #000000;
	color:#595959;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
}
h1 span {
	color:#808080;
}
p {
	color:#595959;
}
a {
	color:#595959;
	text-decoration:none;
}
#container {
	margin: 45% 12px 0 12px;
	/* hide from ie on mac \*/
	position:absolute;
	top: 66%;
	left: 12px;
	margin:0px;
	/* end hide */
}