body{
	background-color:black;
	width:100%;
	height:100%;

}
#wrapper{
	font-family: arial;
	background: transparent url('/images/news/bellial_mage.jpg') no-repeat;
	height:100%;

}
H1 {
	text-align:center;
	color:gray;
}
#stat-body {
	min-height: 500px;
}

#stat-resume .rank-item {
	cursor:pointer;

}
#stat-resume .rank-item:hover {
	text-decoration: underline;

}



#stat-resume{
	padding: 20px;
	width:500px;

}
.rank-item{
	float:left;
	width:200px;
	color:white;
	background-color:black;
	opacity:0.9;
	padding: 2px;
}
.armory{
	text-decoration: none;
}
.class-item{
	float:left;
	list-style-type: none;
	padding:10px 20px;
	margin:0;
	position:relative;

}
.class-bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: black;
	opacity:0.9;
	z-index:1;
}
.class-bg-hover{
	opacity:1;
}
.class-body{
	position:relative;
	z-index:5;
}
.members{
	list-style-type: none;
	padding:0;
	margin:0;
}
.class-name:hover{
	text-decoration: underline;
}

.twinks{
	display:none;
	list-style-type: none;
	margin:0 0px 0 10px;
	padding: 0 0px 0 0;
}
#updated-time{
	color:white;
	font-size: 12px;
}

.description{
	display: none;
}

.color-Paladin{
	color:#cc6699;
}
.color-Warrior{
	color:#663300;
}
.color-Shaman{
	color:#0033cc;
}
.color-Mage{
	color:#66ccff;
}
.color-Hunter{
	color:#669933;
}
.color-Priest{
	color:#cccccc;
}
.color-Warlock{
	color:#666699;
}
.color-Druid{
	color:#cc6633;
}
.color-Rogue{
	color:#ffff33;
}

.color-gray {
	color:gray;
}