html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents {
	height: auto;
}
body {
	margin: 0;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
	/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
	/*
	left: 50%;
	width: 50%;
	margin-left: -25%;
	*/
}
#footer {
	position: absolute;
	bottom: 0;
	background-color: black;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
}
#footer {
	\width: 100%;
	w\idth: 70%;
}
#main {
	/*margin-bottom: 5em;*/
	margin-bottom: 15px;
	height: auto;
	padding: .5em;
}
