﻿*{margin:0;padding:0;}

.item {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ccc;
	margin-top: 4px;
	margin-left: 4px;
	text-align: center;
	font-size: 0px;
}

#drag {

	background-color: #ccc;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 10px 10px;
}

#game {
	width: 340px;
	margin: 0 auto;
}