body { margin: 0 auto; padding: 0; width: 800px; color: #000000; font: 80%/120% Georgia, "Times New Roman", Times, serif;
	background-color: #000;
}
a {
	color: #000000;
}


img {
	border: none;
}

.footer {
	clear: both;
	margin-bottom: 30px;
	border-top: 1px solid #57564c;
	padding-top: 5px;
	font: normal 80%/120% Verdana, "Lucida Grande", Lucida, sans-serif;
	text-align: center;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #9d6563;
}

/* ---------- gallery styles start here ----------------------- */
.photo {
	margin: 30px;
	position: relative;
	width: 170px;
	height: 133px;
	float: left;
}
.photo img {
	background: #000;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}
.photo a {
	text-decoration: none;
}

