/**************************************************************************
	Style Sheet for Master Template
**************************************************************************/	
/************** Elements ********************/

html,body {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;	
	overflow: auto;
	background:#000000;
}
body {
	font-size: 11px;
	font-family: Arial,Verdana,Helvetica;
	background:#000000;
	text-align: center;
}

:focus{
	outline: 0;
}


/*********** Master Layout *****************/
#flashObject { 
	overflow: hidden;
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	margin:0px;
	min-width: 887px;
	width: expression(document.body.clientWidth < 887 ? "887px" :  "auto");
	min-height: 824px;
	height: expression(document.body.clientHeight < 824 ? "824px" :  "100%");
	background:#000000;
}
