* {
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
	/*overflow: hidden;*/
}

.hidden {
	position: absolute;
	left: -4000px;
	top: -4000px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #000;
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 10px;
}

/* hide from ie on mac \*/


a { color: #FFF; text-decoration: underline; }
a:link { color: #FFF; }
a:active { color: #FFF; }
a:hover { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; }

p {
	color: #00aa37;
	font-size: 1.4em;
	margin: 20px 0;
}

hr {
	width: 285px;
	color: #ccc;
}


#flashcontent {
	width: 100%;
	height: 100%;
}

#fallback {
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 493px;
    height: 200px;
	top: 150px;
}

#content {
	width: 493px;
	text-align: center;
}

