@charset "utf-8";
/* CSS Document */

body 
{
	
}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

/*
#geral
{
	width:999px;
	height:864px;
	margin:0 auto;
}*/

#cabecalho{
	width:999px;
	height:186px;
	margin:0 auto;
}

#principal #cabecalho{
	width:999px;
	height:331px;
	margin:0 auto;
}

#conteudo{
	margin:0 auto;
	width:999px;
	padding-bottom:90px; /* Tem que ter a mesma altura do rodapé */
}

#rodape{
	position: relative;
    margin-top: -90px; /* A mesma altura do rodapé, o valor deve ser negativo */
	height:90px;
	background-color:#C1D2DE;
	clear:both;
	min-width: 950px;
}

