@charset "utf-8";
/* CSS Document */
html, body {height: 100%;}
#container {
	width: 564px;
	position: relative;
	min-height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
* html #main {height: 100%;}
#main {
	padding-bottom: 110px;
}
#footer {
	width: 564px;
	height: 100px;
	position: absolute;
	bottom: 0; /**/
	text-align: center;
}
.clear {clear: both;}
