html,body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #382a27;
  background-image: url('../images/site_bg.jpg');
  background-position: center;
}
#shim {
  visibility: hidden;
  width: 100%;
  height: 50%;
  margin-top: -384px;
  float: left;
 }
#sage {
  width: 1024px;
  height: 768px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  
  /*/ IE Hack /*/
  position: relative;
  top: -384px;
  position: static;
}