html {
	height:100%
}


body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
	width: 100%;
	background:#000000;
}
* html body {
	height: 550px;
}


div#flashcontent {
	position: absolute;
	top: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height:100%;
	min-height:550px;
	min-width:850px;
}
* html #flashcontent {
	height: 550px;
}


div#flashcontent .bkg  {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

div#flashcontent .bkg  a {
	color: #ffffff;
}



