html, body{
  height: 100%;
}
html {
  background: #000000 url('../_img/layout/body_bg.jpg') repeat-y 50% -22px;
}
body{
  background:  url('../_img/layout/header_bg.jpg') no-repeat 50% 0;
}
body.category{
  background:  url('../_img/layout/header_cat_bg.jpg') no-repeat 50% 0;
}
#container{
  min-height:100%;
  height:auto !important;
  height: 100%;
  width: 888px;
  margin:0 auto -135px auto; 
}
#header{
  height: 105px;
  padding-top: 25px;
  margin-bottom: 23px;
}
.content{
  font-size: 10px;
}
#footer_wrapper, #push{
  height:135px;
}
#push{
  clear: both;
}
#footer_wrapper{
  position: relative;
  background: url('../_img/layout/footer_bg.png') repeat-x 0 0 !important;
  background-image: none;
  filter: none !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="_img/layout/footer_bg.png", sizingMethod="scale");
  clear: both;
}
#footer{
  width: 888px;
  margin: 0 auto;
  padding-top: 100px;
}
.btn{
  height: 20px;
  display: block;
  border: none;
  cursor: pointer;
}
.btn span, .rpl span{
  display: none !important;
}
