html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#container {
	width: 913px;
	min-height: 100%;
	position: relative;
	margin:0 auto;
}
#body {
	padding:0 0 110px 0;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 110px;
}
