
html {
	height: auto;
}

body {
	height:auto;
	margin:0;
	padding:0;
	font-size: 12px;
}

	body.about #wrapper {
		background-color: transparent;
	}

#wrapper {
	position: static;
	min-height: none;
	width: auto;
	border: none;
	background: none;
	margin: 0 auto;
	padding: 0 0 9em; 			/* should have bottom padding same height as negative margin in footer */
}

* html #wrapper {
	height: auto;
}

#content-col {
	width: auto;
}

#content-main {
	width: 90%;
	padding: 0;
	margin: 0;
}

div.codeblock { height: auto !important; }

/*#content-about,
#content-about-more {
	display:none;
}*/

#content-alt,
#nav-globals,
#nav-main,
p.learnmore,
p.closemore,
#footer {
	display:none;
}
