.legion-profile-container {
	width: 940px;
	margin: 0px auto;
	position: relative;
	top: -100px;
	min-height: 600px;
	background: #000000 url('../img/legion_profile_pattern_background.jpg') repeat;
	border: 1px solid #555;
}

.legion-profile-background {
	width: 940px;
	min-height: 600px;
	background: url('../../../../images/legion_default_background.png') no-repeat top center;
	padding-top: 100px;
}

.leagion-profile-header {
	width: 762px;
	height: 182px;
	background: url('../img/legion_profile_header.png') no-repeat top center;
	margin: 0px auto 20px auto;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

	.leagion-profile-header .legion-emblem {
		float: left;
		width: 182px;
	}

	.leagion-profile-header .legion-emblem img {
		position: relative;
		left: 20px;
		top: 19px;
	}

	.leagion-profile-header .legion-info {
		float: left;
		width: 580px;
		padding-top: 15px;
		color: #ccc;
	}

		.leagion-profile-header .legion-info .legion-name {
			color: #ffcc00;
			font-weight: bold;
			font-size: 24px;
		}

		.leagion-profile-header .legion-info .legion-alt-title {
			color: #008cff;
			font-size: 12px;
		}

.leagion-profile-block {
	width: 760px;
	background: rgba(23,46,70,0.65) url('../img/legion_profile_blockgloss.png') no-repeat top center;
	margin: 10px auto 90px auto;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #071826;
	min-height: 500px; /* remove */
	color: #ccc;
	padding: 20px;
}

	.leagion-profile-block .legion-members-title {
		font-weight: bold;
		font-size: 20px;
		border-bottom: 2px solid #030b12;
		padding: 3px;
		margin: 10px 0px;
		color: #ffcc00;
	}

	.leagion-profile-block .legion-members-table {
		width: 100%;
	}
	
	.leagion-profile-block .legion-members-table tr:hover {
		background: rgba(0,0,0,0.30);
	}