@charset "utf-8";
/* CSS Document */

.tile {
	display: block;
	height: 260px;
	width: 165px;
	float: left;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid #000;
}
.tile p {
	padding-left: 5px;
	padding-right:5px;
	text-align:left;
}
.tile:hover {
	background-position: 0;
	background-color: #CCC;
	color: #FFF;
	border: 1px solid #FFF;
}
.tile img{
	border:none;
}
