@CHARSET "UTF-8";

.body-center {
	width: 1024px;
	margin: 0 auto;
}

/* body style start */
.body-container {
	width: 1024px;
}

.body-title-container {
	width: 100%;
	line-height: 24px;
	border-bottom: 1px black solid;
	margin-top: 20px;
	margin-bottom: 5px;
}

.body-title-container div {
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
}

.body-admin-container {
	margin-left: 5px;
	margin-right: 5px;
}

/* footer style start */
.footer-container {
	width: 1024px;
	height: 110px;
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 30px;
	color: black;
	border-top: 1px black solid;
}

.footer-address {
	float: left;
	line-height: 20px;
	padding-left: 100px;
	font-size: 12px;
	color: black;
}
