/* CSS footer positioning */

html,
body {
	height: 100%;
}

#content {
	position: relative;
	min-height: 100%;
}

* html #content {
	height: 100%;
}

#footer {
	position: relative;
	margin: -60px auto 60px auto;
}