body {
	overflow:hidden;
}
#animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
}
BODY, HTML  {
	font-family: 'Raleway', 'Passion One', cursive;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #111111;
}
/*anvas {
	font-family: 'Raleway', 'Passion One', sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-user-drga: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: auto;
	height: auto;
}*/

.ui-textinput { border-color:#cccccc; border-style:solid; text-align:center; font-size:35px; padding:0px; border-width:2px; border-radius:9px; font-family:'Raleway';  } 
.ui-textinput:focus { outline:none; border-color:#0052CC; } 