
.wh100 {
  width				: 100%;
  height			: 100%; 
}  

#main {
   width			: 985px;
   height			: 100%;
   border			: 1px solid #888888;
   margin			: 0px;
   align			: center;
   background		: White;
   padding			: 20px;
}

#topContainer {
  position			: relative;
  float				: left;
  left				: 0px;
  top				: 0px;
  width				: 985px;
  height			: 230px;
}

#bodyContainer {
  position			: relative;
  float				: left;
  left				: 0px;
  top				: 0px;
  width				: 985px;
  height			: 500px;
  border			: 0px solid red;
}

#logoBox {
  position			: relative;
  float				: left;
  left				: 15px;
  top				: 15px;
  width				: 200px;
  height			: 200px;
  border			: 0px solid red;
}

#menuBox {
  position			: relative;
  float				: right;
  top				: 10px;
  right				: 10px;
  width				: 740px;
  height			: 180px;
}

#topMenu {
  position			: relative;
  float				: left;
  left				: 30px;
  top				: 20px;
  width				: 720px;
  height			: 30px;
  text-align		: right;
}

#temaMenu {
  position			: relative;
  float				: left;
  left				: 45px;
  top				: 60px;
  width				: 710px;
  height			: 130px;
  border			: 0px solid red;
  background		: url('/images/bg_logo13x3.gif');
}

#temaMenuContainer {
  position			: relative;
  float				: right;
  right				: 0px;
  top				: 0px;
  width				: 425px;
  height			: 130px;
  border			: 0px solid red;
}

#imgContainer {
  position			: relative;
  float				: left;
  left				: 20px;
  top				: 50px;
  width				: 486px;
  height			: 486px;
  border			: 0px solid red;
  overflow			: hidden;
}

#txtContainer {
  position			: relative;
  float				: right;
  right				: 20px;
  top				: 50px;
  width				: 420px;
  height			: 130px;
  border			: 0px solid red;
  font-size			: 10pt;
  text-align		: justify;
}

#homeContainer {
  position			: relative;
  float				: left;
  left				: 20px;
  top				: 50px;
  width				: 940px;
  height			: 360px;
  border			: 1px solid #EEEEEE;
}

.fader2 {
  filter			: progid:DXImageTransform.Microsoft.Fade(Duration=2);
}  

.fader1x1 {
  width				: 486px;
  height			: 486px;
  filter			: progid:DXImageTransform.Microsoft.Fade(Duration=2);
}  

.fader2x2 {
  width				: 243px;
  height			: 243px;
  filter			: progid:DXImageTransform.Microsoft.Fade(Duration=2);
}  

.fader3x3 {
  width				: 162px;
  height			: 162px;
  filter			: progid:DXImageTransform.Microsoft.Fade(Duration=2);
}  

