/* =Media Queries
--------------------------------------------------------------------*/
@media only screen and (max-height: 765px) {
	#footer {
		position: static;
		margin: 22px auto 0 auto;
		width: 960px;
	}
}

@media only screen and (max-height: 535px) {
	#floater {
		height: 135px;
	}
}