div.title {
	text-align: left;
	font-size: x-large;
}

div.thumbnail {
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 10px;
	display: inline-block;
}

div.index a {
	width: 110px;
	height: 110px;
	display: block;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	border: 1px solid #ddd;
}

div.index a:hover {
	border-color: #aaa;
	background-color: #fef5c3;
}

div.index {
	margin-top: 20px;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 20px;
	min-height: 600px;
}
