html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
	width: 100%;
}

#footer, #push {
	height: 85px;
	width: 100%;
}

#footer {
	background-color: #C3BCB4;
	text-align: center;
	clear: both;
}

