body {
	font-family: Tahoma;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	background: #6F6F6F;
	position: absolute;
}

.container {
	background: #3f3f3f;
	border: 1px dotted #fff;
	padding: 4px;
	margin-bottom: 8px;
}

.thumbnail {
	width: 260px;
	float: left;
}

.description {
	color: #fff;
	width: 570px;
	float: right;
}
.description p{
	font-size: 75%;
}
.clear {
	clear: both;
}

.title {
	font-weight: bold;
}

.link {
	font-size: 80%;
}

.link a{
	color: #F57900;
	text-decoration: none;
}
.link a:hover {
	text-decoration: underline;
}