*
{
	-moz-outline:none;
	outline:none;
	-moz-user-select:none;
	user-select:none;
	-webkit-user-select:none;
}
.num
{
	z-index: 10;
	visibility: hidden;
	position: fixed;
	left: -200px;
	top: 30%;
	opacity: 1;
}
#bl
{
	visibility:hidden;
	z-index:-1;
	height:50px;
	width:50px;
	top:60%;
	position:fixed;
}
.shell
{
	height:50%;
	width:20%;
	top:25%;
	position:fixed;
}
#s1
{
	z-index:1;
	left:10.5%;
}
#s2
{
	z-index:2;
	top:10%;
	left:40.5%;
}
#s3
{
	z-index:3;
	left:70.5%;
}
.button
{
	z-index:11;
	transition-duration:500ms;
	font-size: medium;
	width: 12%;
	height: 7%;
	background-color: #1AFF00;
	border-color: #00FFAB;
	border-radius: 15px;
	top: 4%;
	position: fixed;
	text-shadow: 2px 2px 10px;
	-webkit-box-shadow: 2px 2px 6px;
	box-shadow: 2px 2px 6px;
}
.button:hover
{
	border-radius: 5px;
	background-color: #FF0004;
	border-color: #FF0004;
}
#be
{
	left:15%;
}
#bn
{
	left:35%;
}
#bh
{
	left:55%
}
#bvh
{
	left:75%;
}

#pa
{
	z-index:11;
	transition-duration:500ms;
	font-size: medium;
	width: 12%;
	height: 7%;
	background-color: #1AFF00;
	border-color: #00FFAB;
	border-radius: 15px;
	position: fixed;
	text-shadow: 2px 2px 10px;
	-webkit-box-shadow: 2px 2px 6px;
	box-shadow: 2px 2px 6px;
	left: 44.5%;
	top: -10%;
}
#pa:hover
{
	border-radius: 5px;
	background-color: #FF0004;
	border-color: #FF0004;
}
#tf
{
	position: fixed;
	opacity:0;
	width:19%;
	height:32%;
	left:41.5%;
	top:70%;
}

#witb
{
	width:40%;
	height:29%;
	top: -30%;
	left:30.8%;
	position:fixed;
}