html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
}
