html{  overflow:hidden;}

body{
  margin:0;
  padding:0;
}
.none{  display:none; }

#tempGeral{
  width:1680px;
  height:1050px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-840px;
  margin-top:-525px;
}
#tempFlash{
  width:1680px;
  height:1050px;
  z-index:2;
 /* background:url(../imagens/ceu.jpg) no-repeat;*/
}
#tempHtml{
  width:1002px;
  position:absolute;
  left:50%;
  margin-left:-501px;
/*  z-index:900;
  border:1px solid gray;*/
}
#tempMenu{
  width:165px;
  height:600px;
  position:absolute;
  top:215px;
  left:858px;
  z-index:5000;
/*  border:1px solid gray;*/
}
#logoKaerea{
  width:66px;
  height:28px;
  position:absolute;
  top:817px;
  left:870px;
  display:block;
  cursor:pointer;
}
