<!--

body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana;
	color: #000000;
	text-align: center;
}

html, body { height: 100%; }

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 992px;
	min-height: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

*html #container { height:100%; }

#ban {
	margin: 0px;
	padding: 0px;
	background: url(../layout/ban.jpg) top;
	background-repeat: no-repeat;
	width: 992px;
	height: 200px;
}

#main {
	float: left;
	width: 972px;
	margin: 0px;
	padding: 20px 10px 0px 10px;
}

.clear {
	clear: both;
	height: 104px;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	margin-top: -104px;
	background-image: url(../layout/footer.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 992px;
	clear: both;
}

-->