@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(../images/page_bkg_repeat_white_home.png);
	background-repeat: repeat-y;
	background-position: top;
  margin: 0;
}
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -77px;
}
.footer, .push {
  height: 77px;
}
