body, div {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

div, img {
	float: left;
}

#title {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	background-color: #2b53ba;
	width: 640px;
	margin-bottom: 20px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.spacer {
	clear: both;
}

#content {
	width: 640px;
	height: auto;
}

.player-container {
	background-image: url('figurinha.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 197px;
}

.mid-margins {
	margin: 0 24px;
}

.player-container img {
	margin: 10px 0 0 15px;
}

.name {
	font-weight: 700;
	font-size: 24px;
	color: #393939;
	line-height: 20px;
	text-align: right;
	margin: 16px 4px 0 0;
	padding: 0 5px 0 0;
	border-right: solid 9px #2b53ba;
	text-transform: uppercase;
	width: 179px;
}

.position {
	font-weight: 400;
	font-size: 24px;
	color: #2b53ba;
	line-height: 20px;
	text-align: right;
	margin: 2px 18px 0 0;
	width: 179px;
}

.age {
	font-weight: 400;
	font-size: 24px;
	color: #393939;
	line-height: 20px;
	text-align: right;
	margin: 2px 18px 30px 0;
	width: 179px;
}

