html {
	position: relative;
	min-height: 100%;
}

#footer {
	padding-top: 10px;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 125px;
	background-color: #F5F5F5;
}

.frame {
	height: auto;
	width: auto;
	white-space: nowrap;
	text-align: center;
}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
