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

body {
	background-color: #53575A;
	margin: 0;
	padding: 0;
	height: 100%;
}

#flashcontent {
	margin: 0px;
	padding: 0px;
	/* hide from ie on mac \*/
	height: 100%;
	/* end hide */
	width: 100%;
}

#noflash {
	text-align: center;
	height: 300px;
	width: 500px;
	margin: auto;
	padding-top: 30px;
	color: #AAAAAA;
}

p {
	margin-top: 0px;
}

a {
	color: #DDDDDD;
}