@charset "utf-8";
html{
	-webkit-tap-highlight-color:rgba(0,255,0,0);
	-webkit-user-select: none;
	background: url(../img/gamebg.png);
	overflow: hidden;
}
body{
	margin: 0px;
	overflow: hidden;
}
#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #000;
}



#NekoInfo{
    width: 0;
    height: 0;
}

#NiceShot{
    width: 0;
    height: 0;
}