* {
	margin: 0;
}

html, body {
	height: 100%;
}

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

#push {
	height: 75px;
}

#footer {
	height: 75px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
}

#footer a {
	color: #ffffff;
	border: 0px;
}

#footer a:hover {
	text-decoration: underline;
	color: #e0e0e0;
	border: 0px;
}
