html {	overflow: hidden; }
body {	width: 100%;
	overflow: auto;
	background-color: black;
}
#header { position: absolute; }
#wrap,
#content-wrap { height: 100%; }
#content { padding: 6em 1em; }
#footer{	position: absolute;
	bottom:-2px; }

