@import url("normalize.css");

.loading{width:100%; height:100%; background:rgba(0,0,0,0.5); position:fixed; top:0; right:0; z-index:10}
.loading img{position:fixed; top:45%; right:48%; z-index:1000}

#inbut{
	position:fixed;
	top:190px;
	left:-340px;
	background-image:url('../img/ninfo.png');
	background-repeat:no-repeat;
	height:94px;
	width:429px;
	cursor:pointer;
	line-height:94px;
	color:#0C9B00;
	font-size:36px;
	font-weight:bold;
	font-family:Arial;
}
