#page-container {
	position: absolute;
	width: 944px;
	height: 900px;
	left: 0;
	top: 0;
}

#menu-container {
	position: absolute;
	left: 1px;
	top: 0;
	width: 944px;
	height: 109px;
	overflow: hidden;
}

.icones-menu {
	position: absolute;
	top: 0;
	width: 111px;
	height: 218px;
	cursor: pointer;
}

.icones-menu:hover {
	top: -109px;
}

.icones-menu-active {
	position: absolute;
	top: -109px;
	width: 111px;
	height: 218px;
	cursor: pointer;
}

#bases-container {
	position: absolute;
	width: 944px;
	height: 791px;
	left: 0;
	top: 109px;
}

.bases {
	position: absolute;
	left: 0;
	top: 0;
}

#loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 944px;
	height: 900px;
	background-color: #fff;
	color: #000;
}

#loader img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -74px 0 0 -97px;
}

/* =================================== */

#texto-container {
	position: absolute;
	left: 38px;
	top: 40px;
	width: 456px;
	height: auto;
	color: #404040;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
}

#jogador-container {
	position: absolute;
	left: 38px;
	top: 716px;
	width: 550px;
	height: auto;
	font-family: Tahoma, sans-serif;
}

#jogador-nome-a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#jogador-nome-b {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

#jogador-detalhes {
	color: #ffd200;
	font-size: 20px;
	font-weight: normal;
}

#tecnico-container {
	position: absolute;
	left: 38px;
	top: 667px;
	width: 340px;
	height: auto;
	color: #123e36;
	font-family: Tahoma, sans-serif;
	font-size: 20px;
}

#tecnico-nome {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

#dados-container {
	position: absolute;
	left: 38px;
	top: 280px;
	width: 460px;
	height: auto;
	font-family: Tahoma, sans-serif;
}

.dados-titulo {
	color: #123e36;
	font-size: 14px;
	font-weight: bold;
}

.dados-dado {
	color: #333;
	font-size: 14px;
}





















