@charset "utf-8";
/* CSS Document */

html,body
{
	margin:0px;
	padding:0px;
	width:0px;
	height:0px;
	background-color:#000000;
	width:100%;
	height:100%;
	min-height:724px;
		
}

#flashTable
{
	background-image: url(_Images/load_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	height:100%;
	width:100%;
}

#playerFrame
{
	position:relative;
	width:840px;
	height:720px;
	margin-left:0px;
	margin-right:0px;
}

#playerFrame #playerTarget
{
	position:absolute;
	bottom:43px;
	right:-261px;
	z-index:10
}

#playerFrame #playerFadeIn
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	height:100%;
	visibility:hidden;
	/*background-color:#2A1013;*/
	background-color:#FFFFFF;
}