html,body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
input{
	text-align: center;
}
canvas{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}
@font-face {
	font-family: 'pokemon';
	src: url("../fonts/pokemon.ttf");
}
@font-face {
	font-family: 'pokemon-spaced';
	src: url("../fonts/pokemon1.ttf");
}
*{cursor: url(cursor.cur), default;}
*{cursor: url(cursor.cur), pointer;}
/*
@keyframes play {
	100% { background-position: -104px 0px; }
}
*/