body {
	text-align: center;
	background-color: #eeeeee;
}

#container {
	width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

#table {
	background-color: #ffffff;
	margin-top: 15px;
}

.tablecell {
	width: 140px;
	height: 140px;
}

.whiteblock {
	padding: 10px;
	background-color: #ffffff;
}

.greyblock {
	padding: 10px;
	background-color: #eeeeee;
}