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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
object { outline:none; }
#flashcontent {
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
}
#flashcontent p{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	width: 800px;
	margin-top: 50px;
}
#flashcontent a:link, #flashcontent a:visited {
	color: #FFFFFF;
}
#flashcontent a:hover {
	color: #A40A08;
}
#error {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light";
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 50px;
}
#error a:link, #error a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#error a:hover {
	color: #A40A08;
	text-decoration: underline;
}
.title {
	font-family: MyCustomFont, Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	padding-left: 10px;
	text-align: center;
	width: 800px;
}
@font-face {
 font-family: MyCustomFont;
 src: url("Poster_Bodoni_Italic_BT.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("Poster_Bodoni_Italic_BT.ttf") /* TTF file for CSS3 browsers */
}

