.container
 {
	background: #f7fdc3;
	border: 1px solid f7fdc3;
	clear: both;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden !important;
	overflow: visible;
	text-align: left;
	width: 800px;
}
.wrapper
{
	clear: both;
	float: left;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	width: 100%;
}
.stats 
{
	background: #3b3b3b;
	font-size: 75%;
	padding: 12px;
	text-align: right;
}
.thumbnail 
{
	float: left;
	font-size: 75%;
	margin: 10px 15px;
	text-align: center;
	padding: 2px;
	width: 75px;
	float: left;
}
.thumbnail a img 
{
	background: #dfdfdf;
	border: 1px solid #ccc;
	clear: both;
	display: block;
	margin: 0 auto;
}