/* CSS Document */
/*
H1 {
	color: #ffffff;
	font-size: 15px;
}
H2 {
	color: #ffffff;
	font-size: 14px;
}
BODY {
	font-family: Arial, sans-serif;
	color: #ffffff;
	font-size: 12px;
	padding-left: 0px;
	background-color: #111111;
	height:100%;
}
BODY P{
	color: #666666;
}
A {
	color: #ffffff;
	font-size: 12px;
	padding-left: 0px;
}

img{
	border:0;
}

#flashcontent {
height:100%;
}
*/
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}

#nonflashOuter {
	height: 100%;
	text-align:center;
}
#nonflashInner {
	position:relative;
	width:700px;
	height:530px;
	margin-left:auto;
	margin-right:auto;
	background:#000000;
	
}
#centeredImg {
	margin-left:auto;
	margin-right:auto;
}
#logoImg {
	position:absolute;
	top:20px;
	left:20px;
}
#splashTxt {
	position:absolute;
	top:100px;
	left:20px;	
}
#getFlashBtn {
	position:absolute;
	top:185px;
	left:20px;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}