/*****************************************/
/**************** Fundos *****************/
/*****************************************/

html {
	background-color: #bd1e2c;
}

body {
	background-image: url(../../imagens/site/bg_topo.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-color: white;
}


/*---------------- Topo -----------------*/

#topo {
	background-image: url(../../imagens/site/bg_essenciais.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*--------------- Rodape ----------------*/

#rodape {
	background-image: url(../../imagens/site/mexerica.png);
	background-color: #a41a26;
}

#fita {
	background-color: #961823;
}


/*****************************************/
/********** Posicoes e Tamanhos **********/
/*****************************************/

/*---------------- Topo -----------------*/

#topo {
	height: 125px;
}
	#topo div.interna {
		width: 990px;
		height: 100%;
		margin: 0 auto;
	}
	#topo h1, #topo h2 {
		position: absolute;
		margin: 0;
		text-indent: -20000px;
	}
	#linkhome {
		top: 20px;
		left: 52px;
		width: 400px;
		height: 90px;
	}
	#linknumber {
		top: 0px;
		right: 108px;
		width: 112px;
		height: 100px;
	}
	#topo a {
		display: block;
		width: 100%;
		height: 100%;
	}


/*---------------- Meio -----------------*/

#meio {
	width: 990px;
	/* Min-Height Fast Hack */
	min-height: 425px;
	height: auto !important;
	height: 425px;
	margin: 0 auto;
	padding-top: 12px;
}


/*--------------- Rodape ----------------*/

#rodape {
	clear: both;
	padding: 20px 0;
}
#rodape div.interna {
	margin: 0 auto;
	width: 990px;
}

#fita {
	clear: both;
	width: 100%;
	height: 35px;
}

#exp {
	width: 990px;
	margin: 0 auto;
	height: 100%;
	line-height: 35px;
}

#atma {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 35px;
}


/*****************************************/
/************** Tipografia ***************/
/*****************************************/

#fita {
	font-size: 12px;
}

/*****************************************/
/***************** Cores *****************/
/*****************************************/

html {
	color: white;
}

#fita {
	font-size: 12px;
}

/*****************************************/