html, body {
  height: 100%;
}

div#global-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-image:url(../images/body-background.gif);
  background-repeat:repeat-y;
}

div#column-middle {
  margin-bottom: 10px;
}

div#footer-wrapper {
	position: absolute;
	bottom: 32px;
	width: 1000px;
	left: -6px;
}


div#productListBodyLeft {
  float: left;
  margin-right: 10px;
}

div.template-main div#mount-content-main div#productListBodyLeft p,
div.template-main div#mount-content-main div#productListBodyRight p {
  width: auto;
}

