html, body {
	background-color: #111;
	color: #ddd;
}
a, a:visited {
	color: #eee;
}
.album, .photo {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 0;
	text-align: center;
	background-color: #000;
	color: white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.album {
	width: 200px;
	min-height: 200px; _height: 200px;
}
.prev0 {
	width: 90px;
	min-height: 90px; _height: 90px;
}
.prev1 {
	width: 170px;
	min-height: 170px; _height: 170px;
}
.prev2 {
	width: 320px;
	min-height: 320px; _height: 320px;
}

div.footer {
	clear: both;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top: 1px dotted #777;
	color: #777;
	text-align: center;
}