html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

#wrap > .container {
	padding-top: 60px;
}

#push {
	height: 60px;
}

#footer {
	background-color: #fdfdfd;
	height: 60px;
}

#footer .row {
	padding-top: 20px;
	
}

