/* CSS Document */

html, body {
	margin: 0;
	height: 100%;
	}

#central {
	min-height: 100%;
	overflow: hidden;
	position: relative;
	}

* html #central {
	height: 100%;
	overflow: visible;
	}

#footer {
	margin: -3.2em auto 0 auto;
	padding-top:.4em;
	padding-bottom:.8em;
	height: 2em;
	position: relative;
	bottom: 0;
	clear:both;
	}

