/**************************************************************************
	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; 
	bottom: 0px;
	left:0px; 
	margin:0px;
	width: 100%;
	height: 100%;
	background:#000000;
}