@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
}
body {
	overflow:hidden;
	background-color: #00FE00;
}
.hand{
	width:100%;
	height: auto;
	position: absolute;
}
