body {
	background-color: #000000;
	color: #ffffff;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-align: center;
}

.container {
	text-align: center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 400px;
	margin-top: 5px;
}

a:hover {
	color: #ffffff;
	margin-top: 0px;
}

a img {
	margin-top: 10px;
	border: 10px solid #e3e3e3;
}

a:hover img {
	margin-top: 10px;
	border: 10px solid #ffffff;
}

.title {
	color: #666666;
	font-size: 1.8em;
	margin-top: 20px;

}

.subtitle {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	letter-spacing: 0.4em;
	text-align: center;
	margin-bottom: 20px;
}


