@charset "utf-8";
/* CSS Document */
/*html {
	overflow: hidden;
}*/

/*body {
	margin: 0px;
	padding: 0px;
	background: transparent;
	position: absolute;
	width: 400px;
	height: 100%;
	cursor: crosshair;
}*/
#screen {
	/*position: absolute;
	left: 0%;*/
	top: 50px;
	width: 400px;
	height: 100%;
	color: #000;
	font-family: Comic Sans MS;
	/*overflow: hidden;*/
	font-size: 1em;
}
#inkp1 {
	position: absolute;
	top: 50px;
	left: 0px;
}
#inkp2 {
	position: absolute;
	top: 50px;
	left: 0px;
}
/*#context {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/

