@charset "UTF-8";
#theater{
	width: 850px;
	height: 650px;
	margin-top: -20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
}   
div { 
   position : relative; }
div.one { 
   z-index : 2;
   top : 208px;}
div.two { 
   z-index : 1;
   top : -220px;}
#batu {
	position:fixed;
	top:20px;
	right:25px;
	z-index:3;}	   