/*
	unfixfooter.css
*/

footer {
	position: absolute;
	border-top: none;
}

@media only screen and (min-width: 760px) {
	footer {
		border-top: none;
	}
}
@media only screen and (min-width: 980px) {
	footer {
		border-top: none;
	}
}