@charset "UTF-8";
body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000000;
  background:url(../images/bg-jungle-02.jpg) top left repeat-x fixed;
}
.thrColLiq #container {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.thrColLiq #sidebar1 {
  float: left;
  width: 5%;
  background:url(../images/tree-left-bg.gif) top right no-repeat;
  height:405px;
  left:0;
  top:0;
  position:absolute;
}
.thrColLiq #sidebar2 {
  width: 15%;
  background:url(../images/bg-koala-baby.gif) top left no-repeat;
  height:550px;
  padding:0;
  margin:0;
  right:0;
  top:0;
  position:absolute;
}
.thrColLiq #mainContent {
  margin: 0 15% 0 5%; 
  width: 80%;
background:url(../images/bg-green-small.jpg) 137px 10px no-repeat;
}
.fltrt {
  float: right;
  margin-left: 8px;
}
.fltlft {
  float: left;
  margin-right: 8px;
}
.clearfloat { 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}