div.cell {
	margin: 0px;
	padding: 0px;
	background: transparent;
	position: relative;
	float: left;
}

div#screen {
	width: 256px;
	height: 192px;
	background-color: #42ebf5; /* #00ccff; */
}

