#statsContainer {
	width: 670px;
}
#fragsContainer {
	height: 165px;
	width: 670px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#chatContainer {
	height: 240px;
	width: 670px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.statsTitle {
	height: 30px;
	width: 670px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #C00;
	text-transform: capitalize;
	font-weight: bold;
}
.fragsRow1 {
	height: 25px;
	width: 670px;
	background-color:#ecebe3;
	position: relative;
}
.fragsRow2 {
	height: 25px;
	width: 670px;
	position: relative;
	background-color:#d9d6c7;
}
.chatRow1 {
	height: 40px;
	width: 670px;
	position: relative;
	background-color:#ecebe3;
	text-indent:5px;
}
.chatRow2 {
	height: 40px;
	width: 670px;
	position: relative;
	background-color:#d9d6c7;
	text-indent:5px;
}
.topRow1 {
	height: 25px;
	width: 670px;
	background-color:#ecebe3;
	position: relative;
}
.topRow2 {
	height: 25px;
	width: 670px;
	position: relative;
	background-color:#d9d6c7;
}
.chatRow1 .text {
	top:1px;
	position:relative;
}
.chatRow2 .text {
	top:1px;
	position:relative;
}
.fragsRow1 .text {
	bottom: 8px;
	position:relative;
}
.fragsRow2 .text {
	bottom: 8px;
	position:relative;
}
.topRow1 .text {
	position:relative;
}
.topRow2 .text {
	position:relative;
}
#css_rank_container {
	background-image: url(../img/css_rank_bg.jpg);
	height: 220px;
	width: 220px;
	background-color: #443d37;
}
#css_rank_container .rank {
	width: 220px;
	height: 24px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	top: 30px;
	text-indent: 24px;
	padding-top: 6px;
}
#css_rank_container .more {
	width: 220px;
	background-image:url(../img/morestats.jpg);
	height: 19px;
	position: relative;
	top: 40px;
}