.container {
	height:  760px;
	width: 960px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.section {
	background-color: rgba(0, 0, 0, .5);
}

.header {
	background-color: rgba(0, 0, 0, .4);
	padding: 10px;
}

.topsection {
	text-align: center;
}

h1 {
	font-size: 50px;
	margin: 0;
}

h2 {
	font-size: 20px;
	margin: 0;
	font-weight: 400;
	color: rgb(230, 230, 230);
}

.section {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-top: 20px;
}

.r {
	float: right;
}

.mid {
	height: 85px;
}

.bot {
	min-height: 400px;
}

.userdata,
.profilepic {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.userdata {
	margin-left: 10px;
}

.profilepic img {
	height: 64px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid rgba(255, 255, 255, .1);
}

.userdata p {
	margin: 0;
	text-align: left;
	font-size: 18px;
	margin: 0 10px 5px 0;
}

.userdata p:first-child {
	margin-top: 18px;
}

.serverinfo {
	margin: 0;
	margin-left: 10px;
	margin-top: 8px;
}

.staff table tr td p {
	color: rgba(250, 250, 250);
	margin: 0;
}

.staff table tr td p:last-child {
	color: rgba(220, 220, 220);
}

.staff table tr {
	padding-top: 20px;
}

.staff table tr td img {
	padding: 0 5px 0 2px;
	margin-right: 5px;
	width: 40px;
}

.cbox table tr td:first-child {
	padding: 10px 15px;
	border-right: 1px solid rgba(0, 0, 0, .8);
}

.cbox table tr td:last-child {
	padding: 10px 15px;
	color: rgb(240, 240, 240);
}

.about {
	width: 650px;
	margin: auto;
}

.about p {
	font-size: 16px;
}