#ware_card .ware
{
  background: url('/img/winter/ware_card_back.png') 100% 100% no-repeat;
  height: 100%;
}
#ware_card 
{
  zoom: 1;

}

  
  #article
  {
    background: url('/img/winter/page_back.png') right top no-repeat;
  }
  
  #page_ordered #article
  {
    background: none;
  }
  
  #page_ordered #content_layer
  {
    background: url('/img/winter/page_back.png') right bottom no-repeat;
    overflow: hidden;
  }
  
  #page_ordered #content
  {
    _border-top: 1px solid #eee;
    _margin-top: 5px;
  }
  