body {	background-image: url("../../imagens/background.jpg");	background-repeat: repeat-x;	background-color: #ffffff;	margin: 0px;	padding: 0px;}#all {	width: 100%;}#centralizar {	position: relative;	width: 1000px;		height: auto;	/**height: 100%;*/	padding: 0px;	border:0px;		left: 50%;	margin-left: -500px;}#logo {	background-image: url("../../imagens/top.jpg");	background-repeat: no-repeat;	width: 1000px;	height: 121px;}#apresentacao {	background-image: url("../../imagens/top_azul.jpg");	background-repeat: no-repeat;	width: 1000px;	height: 231px;	margin-top: 8px;}#principal {	background-image: url("../../imagens/principal.png");	background-repeat: no-repeat;	width: 1000px;	/*height: 163px;*/}#menu {	position: relative;	background-image: url("../../imagens/menu.png");	background-repeat: no-repeat;	width: 700px;	height: 54px;	left: 24px;	top: 5px;}#conteudo {	position: relative;	width: 685px;	*height: auto;	left: 30px;	top: 8px;	float: left;	/*border: 1px solid #000000;*/}#banners {	background-image: url("../../imagens/banners_bg.png");	background-repeat: no-repeat;	position: relative;	width: 644px;	height: 129px;	margin-top: 20px;	margin-left: 20px;}#direita {	position: relative;	width: 250px;		right: 23px;	float: right;	top:-55px;	/*border: 1px solid #000000;*/}#noticias {	position: relative;	background-image: url("../../imagens/noticias.png");	background-repeat: no-repeat;	width: 234px;	height: 231px;	right: -9px;	top: 30px;}#noticias_titulo {	position: absolute;	background-image: url("../../imagens/noticias_titulo.png");	background-repeat: no-repeat;	width: 114px;	height: 52px;	z-index: 1;	right: -24px;	top: 7px;}#newsletter {	position: relative;	background-image: url("../../imagens/newsletter.png");	background-repeat: no-repeat;	width: 235px;	height: 110px;	right: -9px;	top: 30px;}#newsletter_form {	position: absolute;	left: 30px;	top: 50px;}#calendario {	position: relative;	width: 233px;	height: 53px;	right: -10px;	top: 40px;}#testemunhos {	position: relative;	width: 233px;	height: 53px;	right: -10px;	top: 50px;}#interatividade {	position: relative;	width: 233px;	right: -10px;	top: 40px;}#banners_flash {	position: relative;	width: 220px;	height: 100px;	right: -15px;	top: 65px;}#scroller_container {	position: relative;	width: 100%;	height: 15px;	top: -10px;	overflow: hidden;}#centralizar_bottom{	width: 100%;	height: auto;	background-color: #ececec;}#bottom {	position: relative;	width: 1000px;	left: 50%;	margin-left: -500px;	background-image: url("../../imagens/bottom.jpg");	background-repeat: no-repeat;	background-color: #ececec;	height: 115px;}#qtip-blanket{	position: fixed;	z-index:5000;	top: 0px;	left: 0px;	height:300%;	width:100%;}* html #qtip-blanket { /* ie6 hack */     position: absolute;     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}.TB_overlayBG {	background-color: #023D7B;	filter:alpha(opacity=50);	opacity: 0.5;	-moz-opacity:0.5;	}