/* Thumbs Size */
	.content img {width:240px;height:180px;border:1px solid #4e131d;margin:2px;}
	.tex {width:240px;height:200px;margin:2px;float:left;font-size:10px;} /* it's the description below each thumbs...adjust accordingly with your thumbs size (with extra height for descr.) */
	.content img:hover {border:1px solid #cc0099;}
	.content {width:1000px;} /* if you change the thumbs size, you may have to adjust this 'width' property here */

#wrapper {
	margin: auto;
	width: 998px; /* if you change the thumbs size, you may have to adjust this 'width' property here */
	padding:2px;
	text-align: center;
}
/* :::::: TOPLIST CODES  ::::: */
/* Fake Archive Toplist */
#top1 {
	width: 998px;
	margin:0 auto;
}
#top1 div {
	overflow:hidden;
	padding-left: 18px;
	padding-top: 2px;
}
/* In Faketoplist the "More Sites like this:" Text */
#top1 div strong {
	font-size: 14px;
	float: left;
	margin: 0px 2px 0px 2px;
}
#top1 div a {
	border: 1px solid black;
	text-align: center;
	float: left;
	padding: 0px 6px;
	color: black;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	background-color: white;
}  
#top1 div a:hover {
	color: white;
	border: 1px solid black;
	background-color: #8687FF;
	float: left;
} 	




