/**************************************************************************
	Style Sheet for Master Template
**************************************************************************/	
/************** Elements ********************/

HTML,BODY {padding:0px;margin:0px; width:100%; height:100%;}
BODY {
	font-size: 11px;
	font-family: Arial,Verdana,Helvetica;
	background:#ccc;
	text-align: center;	
}


/*********** Master Layout *****************/
#flashObject { 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	margin:0px;
	min-width: 950px;
	width: expression(document.body.clientWidth < 950? "950px" :  "auto");
	min-height: 600px;
	height: expression(document.body.clientHeight < 600? "600px" :  "100%");
}
