@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	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 -102px;
}
.footer, .push {
  height: 102px;
}
.contenthead {
	background-image: url(../images/content_head.jpg);
	background-repeat: no-repeat;
}
.footbg {
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
}