/* 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: #222222;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
h1 {
	font-family: Arial, sans-serif;
	font-weight:normal;
	display:none;
}
h1 span {
	color:#dedede;
	display:none;
}
p {
	color:#cccccc;
	font-size:small;
	line-height:150%;
}
a {
	color:#ffffff;
	text-decoration:none;
}
#container {
	margin: 20% auto 0 auto;
	text-align:center;	
}
.smaller {
	color:#cccccc;
	font-size:smaller;
}
