#cast {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

#cast dl {
	clear: both;
}

#cast dt {
	font-size: 130%;
	margin: 10px 0 5px 0;
	clear: left;
}

#cast dd {
	margin-left: 70px;
}

#cast .avatar {
	margin: 0 10px 10px 0;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	text-indent: -5000px;
}

#lanyard {
	background: url('/images/cast/lanyard.jpg');
}

#ag {
	background: url('/images/cast/ag.jpg');
}

#jigu {
	background: url('/images/cast/jigu.jpg');
}

#phoenix {
	background: url('/images/cast/phoenix.jpg');
}

#dan {
	background: url('/images/cast/dan.jpg');
}

#bio {
	background: url('/images/cast/bio.jpg');
}

#orcachild {
	background: url('/images/cast/orcachild.jpg');
}

#magnolia {
	background: url('/images/cast/magnolia.jpg');
}

#goose {
	background: url('/images/cast/goose.jpg');
}

#helm {
	background: url('/images/cast/helm.jpg');
}

.team {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #c00;
	background: #900;
	padding: 20px;
	margin-bottom: 30px;
	color: #CCC;
}