body {
	padding-bottom: 40px;
}
#title {
	padding-top: 5px;
	text-align: center;
	background-color: white;
}
#footer {
	position: absolute;
	bottom: 0px;
	padding-bottom: 2px;
	width: 100%;
	text-align: center;
}
html>body #footer {
	position: fixed;
}

