/***************************************************************
 *	KIT KAT MAIN CSS
 **************************************************************/

*{
	margin: 0; 
	padding: 0; 
	border: 0;
}


body>iframe{
	visibility: hidden;
	display: none;
	height:0;
	width: 0;	
}

html, body, #flashContent
{
	min-height: 100%; 
	width: 100%; 
	height: 100%; 
} 

#flashContent
{
	width: 100%; 
	height: 100%; 
	z-index: 0;
	float:left;
}

#facebook_div{ 
	width:160px;
	position:relative;
	z-index:5;
	margin: 0px auto -20px;
	left: 485px;
	top: 21px;
	overflow: hidden;
	height: 20px;
}

#unity_wrapper
{
	width: 100%;
	height: 100%;
	float:left;
	position: absolute;
}

#unity_container{
	width:945px;
	position:relative;
	z-index:7;
	top: 140px;
	overflow: hidden;
	height: 531px;
	background:#000000;
	margin: 0px auto;

	/*
	margin: 0px auto -20px;*/
}


