/* ---------------------
basic layout
--------------------- */

  * {
    border: 0;
    margin: 0;
    padding: 0;
  }

body{
	 background: #fff url(images/bg.gif); 
	 display: block;
	 margin: 0 auto;
  	 font: normal 0.8em Trebuchet MS, Arial, sans-serif;
  	 font-size: 12px;
}
#estrutura {
  width: 1000px;
  height:760px;
  margin: 0px auto;
  text-align: center;
}
#topo {
  width: 1000px;
  margin-top: 43px;
}
#geral {
	margin:38px 0px 0px 0px;
	height:467px;
	width:780px;;
	background:url(images/bg_flash.jpg) no-repeat;
}
#flash h1 {display:none;
}
address {
margin:86px 0px 0px 0px;
height:20px;
}