@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0;}
#centro {
	position: absolute;
	width: 754px;
	left: -377px;
	margin-left: 50%;
}
body {
	background-image: url(../imagem/bg.jpg);
}

/*   DIVS DO TOPO   */

#topo {
	position: relative;
	background-image: url(../imagem/barratopo.jpg);
	background-repeat: repeat-x;
	width: 754px;
	height: 160px;
}
#logo {
	position: absolute;
	bottom: 4px;
	left: 24px;
}
#banner {
	position: absolute;
	bottom: 0;
	right: 16px;
}

/* DIVS DO MEIO */

#meio {
	position: relative;
	width: 754px;
	height: 551px;
	min-height: 551px;
	background-image: url(../imagem/fundomeio.jpg);
}
/* HACK PARA A ALTURA DO IE6 */
html>body #meio {
	height: auto;
}
html>body #conteudo {
	height: auto;
}

#menu {
	position: absolute;
	left: 13px;
	width: 171px;
	height: 336px;
}
#destaque {
	position: absolute;
	top: 343px;
	left: 19px;	
	width: 169px;
	height: 185px;
}
#conteudo {
	position: relative;
	left: 199px;
	width: 520px;
	height: 333px;
	min-height: 333px;
}
#margem {
	position: relative;
	left: 199px;
	width: 520px;
	height: 20px;
	background-color: none;
}

/* DIVS DO RODAPE */

#rodape {
	position: relative;
	background-image: url(../imagem/barrarodape.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 754px;
	height: 76px;
}
#loginhos {
	position: absolute;
	height: 58px;
	left: 50px;
	top: 0px;
}
#textorodape {
	position: absolute;
	top: 27px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#lapis {
	position: absolute;
	right: 24px;
	top: 25px;
}
