body, html{
	height:100%;
	padding:0;
	margin:0;
	background-color:#252525;
	}
	
body {
	background-color:#1C1C1C;
	background-image:url(../img/fundo_pagina.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	}
	
div, ul, li, span, h2, h3, img, a img{
	font-family:Lucida Sans, Arial, Lucida Grande;
	color:#292929;
	padding:0;
	margin:0;
	list-style:none;
	border:0;
	background-repeat:no-repeat;
	}
	
/* ESTRUTURA */
	
div#principal{
	height:100%;
	z-index:1;
	}
	
div#rodape{
	position:absolute;
	width:996px;
	z-index:2;
	left:50%;
	margin-left:-498px;
	top:670px;
	}
	
div#conteudo{
	position:absolute;
	z-index:3;
	top:120px;
	left:50%;
	margin-left:-47px;
	width:534px;
	}
	
/* CONTEUDO */

div#base_titulo{
	background-color:#2E2E30;
	background-image:url(../img/titulo_e.jpg);
	background-position:left top;
	float:left;
	}
	
div#base_titulo div{
	background-image:url(../img/titulo_d.jpg);
	background-position:right top;
	padding:0 15px 0 15px;
	}
	
div#box{
	background-color:#FFE2B0;
	background-image:url(../img/canto_te.jpg);
	background-position:left top;
	clear:both;
	}
	
div.canto_td{
	background-image:url(../img/canto_td.jpg);
	background-position:right top;
	}
	
div.canto_bd{
	background-image:url(../img/canto_bd.jpg);
	background-position:right bottom;
	}
	
div.canto_be{
	background-image:url(../img/canto_be.jpg);
	background-position:left bottom;	
	padding:10px 0 10px 15px; 
	}
	
div#rolagem{
	padding-right:15px;
	}
	
/* VALOR FORM */

div#valor_simulador{
	position:absolute;
	top:325px;
	left:50%;
	margin-left:-187px;
	background-color:#2E2E2E;
	width:140px;
	text-align:right;
	z-index:4;
	}	
div#valor_simulador img{ margin-right:10px;	}

div#valor_simulador .valor{
	background-color:#ffffff;
	padding:10px 10px 10px 0;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	letter-spacing:-1px;
	}	
div#valor_simulador .valor span{ color:#333333; }
div#valor_simulador .valor span.tipo_pagamento{ font-size:11px; letter-spacing:normal; font-weight:bold; }
	
/* RODAPE */
	
div#rodape p{ color:#676767; font-size:10px; text-align:center; line-height:19px; }
div#rodape p a, div#rodape p span{ color:#848484; }

.assinatura{ 
	position:absolute;
	top:18px;
	right:15px;
	}
	

