body, html, #page {
	height: 100%;
}
body > #page {
	height: auto;
	min-height: 100%;
}
#page {
}
#main {
  padding: 0 0 40px 0;
  margin-bottom: -40px;
}
#text {
  padding-bottom: 0;
}
#footer {
  height: 40px;
  margin-top: -40px;
  position: relative;
  clear: both;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}