/**************************************************************************
	Style Sheet for Master Template
**************************************************************************/	
/************** Elements ********************/

HTML,BODY {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;	
	overflow: hidden;
	}
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;}
