
		#menu{
             display: none;	
             margin: 0;
		}	
		#main_page{
             display: none;	
             margin: 0;
             text-align: center;
		}
	
	#puzzle_img{
		margin-top:5%;
		margin-left: 5%;
		margin-right: auto;
		width: 90%;
		height: auto;
		border: 1px solid black;
		border-radius: 10px;
		text-align: center;
	}
	
	#puzzle_img div{
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		width: 150px;
		height: 150px;
display: inline-block;
	text-align: center;
	margin: 10px;
	}
		
		#showimg{
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		width: 180px;
		height: 180px;
		}
	


		
		.selimg{
			border: 4px solid red;
			
		}
		.unselimg{
			border: 1px solid black;
			width: 50px !important;
			height: 50px !important;
		}		
		
		
        #container{
             z-index:1000;  

             padding: 0;

        }

		
		#endtext
		{
			margin-top: 30px;
			color: #3C6;
			font-size:large;
			padding: 0px 0px 5px 0px;
text-align: center;
		}
		

		.info_div2
		{
			position: absolute;
			top:-650px;
			left:0px;
			
			width: 1000px;
			height: 460px;
			
			text-align: left;
			
			margin: 0px 0px 0px 0px;
			padding: 20px 20px 20px 20px;
			
			background: -webkit-linear-gradient( #fff, #777 );
			background: -moz-linear-gradient( #fff, #777 );
			background: -o-linear-gradient( #fff, #777 );
			background: -ms-linear-gradient( #fff, #777 );
			background: linear-gradient( #fff, #777 );
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
				
			border: solid 2px #000;
			box-shadow: 2px 2px 5px rgba(0,0,0,0.75);
			
			z-index: 10000;
			
			display: none;
		}
		
		.info_img2
		{
			position: absolute;
			top: 20px;
			right: 20px;
			border: none;
			
			background: #fff;
			margin: 0px 0px 0px 0px;
			padding: 5px 5px 5px 5px;
			
			width:300px;
			
			-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		}
	
		.info_sound_img
		{
			position: absolute;
			bottom: 10px;
			right: 10px;
			border: none;
		}
	
		.inner_info_div
		{
			position: absolute;
			top: 20px;
			left: 20px;
			border: none;
			
			width: 650px;
			height: 450px;
			
			background: #fff;
			margin: 0px 0px 0px 0px;
			padding: 5px 5px 5px 5px;
			
			-khtml-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			-moz-box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
			box-shadow:rgba(0,0,0,0.7) 0px 0px 6px;
		}
	
		.inner_text_div_1
		{
			position: absolute;
			top: 0px;
			left: 0px;
			border: none;
			
			width: 325px;
			
			margin: 0px 0px 0px 0px;
			padding: 10px 10px 10px 10px;
			
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			
		}
	
		.inner_text_div_2
		{
			position: absolute;
			top: 0px;
			left: 340px;
			border: none;
			
			width: 200px;
			
			margin: 0px 0px 0px 0px;
			padding: 10px 10px 10px 10px;
			
			font-family:Arial, Helvetica, sans-serif;
			font-size: 16px;  
			
		}
		
		.time_text 
		{

			text-align: center;
			color:#000; 
			font-size:x-large;
			font-weight: bold;
			
		}
		
		.label_link
		{
			color: #3C6;
			text-decoration:none;
		}
		
		h2 {
			font-size: 24px;
			padding: 0px 0px 10px 0px;
		}
		#sname{
			display: none;
		}
	