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

body {
	margin: 0 auto;
	background:#333 url(../imagens/bg_grade_top.gif) top repeat-x;

	/* PARAMETRO IMPORTANTE */
	height: 100%;
}
a{
	color:#ff850d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}

#pagina {
	/* PARAMETRO IMPORTANTE */
	position: relative; /* Se dasativar, o rodape fica na frente deste objeto */
	
	min-height: 100%;
	background-color: #fff;
}

.centralizador {
	/* PARAMETRO IMPORTANTE */
	position: relative; /* Pode ser removido, se nao houver objetos posicionados de forma absoluta */

	/* PARAMETRO IMPORTANTE */
	width: 1000px; /* Depende do padding */

	margin: 0 auto;

	/* PARAMETRO IMPORTANTE */
}

#header {
	background-color: #333;
	position: relative;
	width: 100%;
	height: 94px;
}

#backward_flash {
	background: url(../imagens/bg_top_cliente.jpg) no-repeat center ;
	width: 1000px;
	height: 100px;
	position: absolute;
	width: 100%;
}

#flash {
	position: absolute;
	width: 100%;
	height: 650px;
	overflow:hidden;
	margin-top:27px;
}
#footer{
	position:absolute;
	top:685px;
	left:50%;
	width:1000px;
	margin-left:-500px;
}
#footer p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	font-size:12px;
	padding:0;
	margin:0;
}
.saudacao{
	float:right;
	padding:5px 10px 0 0;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
