@charset "utf-8";
/* CSS Document */

body {
	background-color: #292929;
}

img {
	display: block;
}

table {
	background-image: url(bg.png);
	position: absolute;
	margin: auto;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 540px;
	height: 540px;
	border-collapse: collapse;
}

td {
	width: 54px;
	height: 54px;
}