html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	background-color: black;
}

#wrapper {
	margin: 0px auto;
	min-height: 100%;
	width: 100%;
}

#main {
	overflow: auto;
	padding-bottom: 150px;
}

#footer {
	position: relative;
	margin-top: -150px;
	height: 150px;
	clear: both;
}
