img.logo {
	display: block;
	float: left;
}
p.copy {
	float: right;
	width: 500px;
	line-height: 1.4em;
	font-size: 0.9em;
}
div.tiles {
	padding: 1.8em 0 2em;
}
div.tiles a {
	display: block;
	float: left;
	height: 300px;
	width: 191px;
	background: #EEE;
	text-decoration: none;
	color: #FFF;
	position: relative;
	background-position: bottom center;
	background-repeat: no-repeat;
	font-family: Impact, Charcoal, sans-serif;
}
div.tiles a.x {
	margin-right: 12px;
}
div.tiles a span {
	position: absolute;
}
div.tiles a span.name {
	font-size: 1.7em;
	bottom: 215px;
	left: 15px;
	display: none;
}
div.tiles a span.view {
	display: block;
	bottom: 15px;
	left: 0;
	background-color: #666;
	padding: 1px 15px 2px;
	width: 161px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.tiles a.over {
	height: 200px;
	border-top: 100px solid #00703C;
	background-position: top center;
}
div.tiles a.over span.name {
	display: block;
}
div.tiles a.over span.view {
	border-bottom: 15px solid #00703C;
	bottom: 0;
}
a.button {
	clear: both;
	color: #CCC;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	height: 32px;
	background: url(../images/button.png) center no-repeat;
	text-decoration: none;
	padding-top: 8px;
}

