body {
	position:absolute;
	background:#FFF;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	font-family:verdana,arial,helvetica;
	font-size:12px;
	color:#777;
}
img {
	border:0;
}
#estrutura {
	width:100%;
}
#cabecalho {
	width:100%;
	background:transparent url(/shared/agencias_cabecalho_bg.gif) repeat-x;
	height:66px;
}
#logotipo {
	position:absolute;
	top:10px;
	left:15px;
}
#corpo {
	margin:auto;
	width:100%;
	background:#FFF;
	padding:30px 0 10px 0;
	text-align:left;
}
#corpofim {
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
}
#conteudo {
	position:relative;
	padding:0;
	float:left;
	margin:0 20px;
	width:95%;
}
#rodape {
	margin:auto;
	width:100%;
	height:22px;
	border-bottom:1px solid #CCC;
	background:transparent url(/shared/rodape_bg.gif) repeat-x;
}
#copyright {
	float:left;
	margin:5px 0 0 15px;
}
#sitebytau {
	display:none;
	float:right;
	margin:5px 15px 0 0;
}
