* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	}
html, body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
body {
	background: url(../imgs/bg_int.jpg) top center;
	}
#geral {
	min-height: 100%;
	}

#topo {
	margin: 0 0 40px 0;
	}
#topoEsquerda {
	float: left;
	text-align: left;
	}
#topoDireita {
	float: right;
	text-align: right;
	}

#centro {
	}
#centroEsquerda {
	float: left;
	text-align: left;
	padding: 0 0 0 20px;
	}
#centroDireita {
	float: right;
	text-align: right;
	}
#novidadesHome {
	padding: 0 0 0 40px;
	}

#rodape {
	background: url(../imgs/bg_menu.png) bottom center repeat-x;
	height: 55px;
	padding: 40px 0 0 0;
	position: absolute;
	z-index: 20;
	width: 100%;
	bottom: 0;
	clear: both;
	}
#rodape #logoAnimado {
	margin: -40px 0 0 0;
	_margin: 0 0 -40px 0;
	float: left;
	}
#rodape #rodapeDireita {
	position: absolute;
	right: 0;
	bottom: 46px;
	_bottom: 48px;
	}

#rodape #rodapeDireita #cadastro {
	width: 250px;
	position: absolute;
	_position: relative;
	z-index: 20;
	margin: 5px 0 -80px -20px;
	_margin: 0 0 -40px 0;
	}
#rodape #rodapeDireita #cadastro .input{
	float:left;
	color:#8c8c88;
	border:1px solid #8c8c88;
	width:209px;
	}
#rodape #rodapeDireita #cadastro .texto {
	display: block;
	margin-bottom: 3px;
	}

#rodape #rodapeDireita #memoria {
	margin: 0 0 0 100px;
	}
	

/*HACK Para IE6*/
* html #geral {
	height: 100%;
	}

/*CLASSES COMUNS----------*/
.clear {
	clear: both;
	}
