body {
  height: 100%;
  overflow-y: yes;
}

#floater { position: fixed; width: 185px; }
* html #floater { position: absolute; }

div.shoppingCartPopup
{
  background: url('images/design/CartBg.png');
  background-position: center;
  width: 600px;
  border: 1px #dcd3bd solid;
  padding: 5px;
  font-size: 11px;
  position: absolute;
  left: 230px;
  top: 0px;
  color: #000000;
  text-align: left;
  margin-left: 0px;
  z-index: 30;
}

img { position: static }

