body {
	overflow-y: scroll;
	font-family: sans-serif;
/*	background: #D7DFED; */
}

#wrapper {
	width: 721px;
	margin: auto;
	margin-top: 25px;
}

.middle {
	padding-left: 74px;
	padding-right: 74px;
}

a img {
	border: 0;
}

p.head {
/*	font-family: "Russo one",sans-serif; */
	text-align: center;
	font-size: 150%;
}

p.desc {
	margin-top: 30px;
	font-size: 90%;
	text-align: center;
	color: #38445a;
/*	letter-spacing: 0.05em; */
}

#pool {
	float:right;
}

@media (max-height:350px) {
	#top {
		float: left;
	}
}

a.button {
	display: block;
	text-align: center;
	width: 189px;
	height: 249px;
	border: 1px solid #AAAAAA;
	text-decoration: none;
}

a.button:hover {
	border: 1px solid #8c6058;
	background: #D7DFED;
	text-decoration: underline;
}

a.button img {
	margin: auto;
	width: 156px;
	margin-top: 46px;
	margin-bottom: 5px;
}

@media (max-width:745px) {
	#wrapper {
		width: 583px;
	}

	.middle {
		padding-left: 5px;
		padding-right: 5px;
	}		
}

@media (max-height:425px) {
	a.button {
		height: 168px;
	}

	a.button img {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	a.button p {
		margin: 0;
	}
}

#description {
	font-size: 23px;
	text-align:center;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #38445a;
}

@media (max-height:522px) {
	#description {
		font-size: 1em;
		text-align:center;
		font-weight: normal;
		font-family: sans-serif;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

#about {
	display: block;
	float: right;
	margin-top:11px;
}

#about a {
	margin-left: 20px;
	text-transform: uppercase;
}

.clear {
	clear: both;
}

#main-nav {
	display: table;
	border-collapse: collapse;
}

#main-nav ul {
	display: table-row;
	padding: 0;
}

#main-nav li {
	display: table-cell;
}


