﻿/* reset browser styles */
html, body, canvas, div {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
}
/* end reset browser styles */
html {
	background-color: green;
}
body {
	width: 60px;
	height: 60px;
	background-image: url(cell60.gif);
}
div {
	border-right: 3px solid rgba(0, 0, 0, .5);
	border-bottom: 3px solid rgba(0, 0, 0, .5);
}
