html
{
	margin:0px;
	padding:0px;
	height:100%;
}
body
{
	margin:0px;
	padding:0px;
	height:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
img
{
	display:block;
	border:0px;
	outline:0px;
}
.row
{	
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;	
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.center
{
	margin-left:auto;
	margin-right:auto;
}
.clear
{
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}

.mt10
{
	margin-top:10px;
}
.mt20
{
	margin-top:20px;
}



.buzz a
{
	color:#0066cc;
	margin-right:10px;
}	


.links a
{
	display:block;
	color:#0066cc;
	width:60px;
	float:left;
	margin-bottom:10px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}	
#top-games
{
	width:480px;
	height:200px;
	margin-bottom:10px;
}
#more-games
{
	width:480px;
	height:auto;
	margin-top:10px;
}
#about
{
	width:480px;
}
.thumb
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.title
{
	display:block;
	height:20px;
	line-height:20px;
	color:#0066cc;
	width:100px;
	overflow:hidden;
}

