@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
 }
 #wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -93px;
  }
#footer, #push {
	height: 93px;
	clear: both;
 }
#footer {
	background-image: url(images/footer_pages.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer_page {
	background-image: url(images/footer_page.png);
	display: block;
	height: 93px;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}
