@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

#container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	position: relative;
	z-index: 1000;
}

footer, .push {
	clear: both;
}

.push {
	height: 0;
}