#contentWrapper{
	background:transparent;
}

#playerList{
	margin:0;
	padding:0;
	list-style-type:none;
	margin-top:5px;
	clear:left;
}
#playerList li{
	float:left;
	width:210px;
	height:290px;
	margin-right:2px;
	padding:5px 4px;
	background:transparent url("/images/templates/default/bg_gradient.jpg") repeat-x;
	overflow:hidden;
}
#playerList li.last{
	margin-right:0;
}
#playerList a{
	color:#ff0036;
}