.box {
	position: relative;
	width: 280px;
	height: 300px;
	border: solid 1px #900;
	margin: 20px 0 0 28px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.box h2 {
	color: #900;
	font-size: 1.2em;
}	
