body
{
	background-color: #333;
	color: #CCC;
	font-family: sans-serif;
	text-align: center;
}
a
{
	color: #ACD;
}
a:visited
{
	color: #BBB;
}
a:hover
{
	color: #AEE;
}
.album_image
{
	background-color: #222;
	float: left;
	margin: 3pt;
	padding: 12pt;
	width: 200px;
	height: 200px;
	border: 1px solid #444;
	position: relative;
	
	text-align: center;			
	-webkit-border-radius: 10px;
}
.album_image a
{
	text-decoration: none;
}
.album_image a:hover
{
	text-decoration: underline;
}
.album_image .caption
{
	position: absolute;
	bottom: 0px;
	height: 60px;
	width: 200px;
	font-size: smaller;
}
.tile_view
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}