* { -webkit-tap-highlight-color: rgba(0,0,0,0); }

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#blind {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 200;
}
#all {
	height: 463px;
	width: 500px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -231px;
	margin-left: -250px;
}
#startAnim {
	z-index: 100;
	position: fixed;
	width: 500px;
	left: 50%;
	top: -500%;
	margin-left: -250px;
	margin-top: -500px;
}
#all img , #startAnim img{
	position: absolute;
	display: block;
	height: auto;
	width: 500px;
}
#button {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: 20px;
}#button img {
	height: 70px;
	width: 70px;
}
#all #xray {
	height: 463px;
	width: 500px;
	position: absolute;
	background-color: #000;
	border: 20px solid #000;
	margin-top: -20px;
	margin-left: -20px;
}



@media only screen and (orientation:landscape) {
 #button {
	position: absolute;
	left: 0px;
	top: 50%;
	height: 70px;
	width: 70px;
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	#all {
	transform:scale(1); -webkit-transform:scale(1); 
-moz-transform:scale(1); -o-transform:scale(1);
}
}

