a {outline: none;}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {height: 100%;}
#htmlcontent {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}
#logocontent {
	width: 200px;
	text-align: center;
	position: relative;
	top: 50px;
	left: 75px;
	float: left;
}
#textcontent {
	width: 400px;
	text-align: left;
	position: relative;
	top: 80px;
	left: 125px;
	float: left;
}
/* end hide */
body {
	height: 100%;
	background-color: #000000;
	min-width: 0px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #7C0504;
	text-decoration: underline;
}
a:visited {color: #7C0504;}
a:hover {color: #9F9F9F;}
a:active {color: #9F9F9F;}
font {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#titleFont{
	font-size: 120%;
	margin-top: 25px;
}
#bodyFont {
	font-size: 85%;
}