body
{
	background-color: black;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial;
}

.descriptionContainer
{
	margin: 0 auto;
	position: fixed;
	top: 0px;
}

.description
{
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	line-height: 150%;
	color: #ededed;
	font-size: 15px;
	width: 300px;
	padding: 5px 25px 5px 25px;
	border-radius: 0 0 10px 0;
}

.map
{
	background-image: url("http://i.imgur.com/ED9AdwO.jpg");
	background-color: black;
	padding: 0;
	margin: 110px 0 0 0;
	width: 3460px;
	height: 2825px;
}

.search
{
	width: 128px;
	height: 128px;
	background-color: rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	color: rgba(255, 255, 255, 0.25);
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.search:hover
{
	width: 128px;
	height: 128px;
	background-color: rgba(255, 102, 0, 0.0);
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	color: rgba(255, 255, 255, 1);
	text-shadow: 2px 2px black;
}

.blank
{
	width: 128px;
	height: 128px;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}

.row
{
	width: 3460;
	height: 128px;
}

a
{
	text-decoration: none;
	color: #feb543;
}

a:hover
{
	color: #bf4c4c;
}