body {
	margin: 0px;
	text-align:center; /* hack para o IE */	
}
.tudo{

}
#div_meio{
	position:relative;
	text-align:center;
	width:700px;
	height:auto;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}
#div_base{
	position:relative;
	text-align:center;
	background-image: url(imagem/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	height:auto;
	overflow: auto;
}
#div_rodape_base{
	position:relative;
	text-align:center;
	width:700px;
	height:20px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.telafranquia{
	position:relative;
	background: url(imagem/franquia.jpg) center top no-repeat;
	text-align:center;
}

#div_titulo{
	position:absolute;
	width:auto;
	height:51px;
	left: 22px;
	top: 35px;
}

#div_titulo_base{
	position:relative;
	text-align:center;
	width:700px;
	height:51px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

#div_texto{
	position:absolute;
	width:470px;
	height:auto;
	left: 41px;
	top: 36px;
}
#div_texto_site{
	position:absolute;
	width:470px;
	height:auto;
	left: 203px;
	top: 448px;
}

#div_texto2{
	position:absolute;
	width:470px;
	height:auto;
	left: 203px;
	top: 468px;
}

#div_texto_faq{
	position:absolute;
	width:629px;
	height:307px;
	left: 27px;
	top: 26px;
	overflow: auto;
	padding-right: 15px;
	background-color: #DEF1F5;
	padding-left: 15px;
	padding-bottom: 15px;
}

#div_empresa_img{
	position:absolute;
	width:auto;
	height:auto;
	left: 546px;
	top: 36px;
}

#div_empresa_img2{
	position:absolute;
	width:auto;
	height:auto;
	left: -37px;
	top: 428px;
}

/* estilos de font*/

.texto_site{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333;
	text-align: justify;
}

.texto_titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #333;
}

.texto_rodape{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	text-align: justify;
}
.texto_form{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333;
	text-align: justify;
	background-color: #E3F2F5;
}

.botao_form{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #FFF;
	text-align: justify;
	background-color: #635E5E;
}
