/* CSS Document */html, body, #contents {	min-height: 100%;	/* width: 100%; */	height: 100%;}html>body, html>body #contents {	height: auto;}#contents {	position: absolute;	top: 0;	left: 0;	width: 100%;	float: left;}#bottom {	position: absolute;	bottom: 0;}#main {	margin-bottom: 18px;	height: auto;	}
