html, body { height:100%;}

body {
  margin:0;
  background: #e7e4cd url(/static/images/end.gif) 1600px top repeat-y;
}

#layout {
  background: url(/static/images/wall.jpg) right top no-repeat;
  height:100%;
  /*background: url(/static/images/lines.gif) left 0.9em;*/
  min-width: 980px;
  max-width: 1600px;
 -width:expression((document.body.clientWidth) <= 980 ? '980px' : (document.body.clientWidth) > 1600 ? '1600px' : 'auto');
}

.container { position:relative; }

.cleaner {
  clear:both;
  overflow:hidden;
  height:0;
}

.floater50 {
  float:left;
  margin-bottom:30px;
  width:49.9%;
  position:relative;
}

.floater25 {
  float:left;
  margin-bottom:30px;
  width:24.9%;
  position:relative;
}

/* - Admin panel*/
.admin-panel {
  width: 100%;
  position: relative;
}

  .admin-panel .container {
    padding:0.6em 0 0 0;
    margin:0 2%;
  }

/* - Header*/
.header {
  width: 100%;
  height: 90px;
  position: relative;
}

  .header .container {
    padding:1em 28% 0 15em;
    margin:0 2%;
  //zoom:1;
  }

  .header .rssfeedburner {
    position:absolute;
    right:0;
    top:1em;
  }
  
  .header .logo {
    position:absolute;
    left:0;
    top:1em;
  }

/* - Content*/
.content {
  clear: both;
  width: 100%;
}

  .content .rpanel, .content .main { float: left;}
  
  .content .rpanel { width: 30%; //margin-left: -30%; }
  .content .main { width: 70%; //margin-right: 30%; //display: inline; }
  
    .rpanel .container { padding:0 7% 60px 8%; zoom:1;}
    .main .container { padding:0 4% 60px 3%; zoom:1;}

/* - Footer*/
.footer {
  clear:both;
  width:100%;
  border-top: 1px solid #d8d4b5;
  height:60px;
}

  .footer .container {
    padding:0 30em 0 0;
    margin:15px 2%;
    zoom:1;
  }
  
    .footer .another {
      right:35px;
      top:0;
      position:absolute;
      width:12em;
    }
    .footer .live-counter {
      right:0px;
      top:0;
      position:absolute;
      width:31px;
    }