body {
	background-image: url(../img/bg_topo.jpg);
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#tudo {
	position:relative;
	width:790px;
	margin: 0 auto;
	min-height: 100%;
}
 * html #tudo {height: 100%;}
#conteudo {

}
#topo {
	width:100%;
	height:95px;
	padding-top:1px;
	z-index:1;
	position: relative;
}
#logotipo {
	position:absolute;
	width:200px;
	height:96px;
	z-index:2;
	top: 0px;
	left: 0px;
}
#img_topo {
	position:absolute;
	width:241px;
	height:96px;
	z-index:2;
	top: 0px;
	left: 530px;
}
#menu {
	width:100%;
	height:26px;
	z-index:1;
}
#corpo {
	width:100%;
}
#base {
	width:100%;
	height:80px;
	position: relative;
	background-image: url(../img/bg_base.jpg);
}
#base_endereco {
	position:absolute;
	width:100%;
	height:30px;
	z-index:1;
	top: 30px;
	left: 0px;
	text-align: center;
}

#assinatura {
	width:100%;
	height:30px;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
}
#coluna_left {
	width:152px;
	float:left;
}
#coluna_right {
	width:620px;
	float:right;
}
#espaco_tt {
	position:relative;
	width:620px;
	height:23px;
	z-index:1;
}

#teste {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.clear {clear:both;}
