#home_header{
	width: 1000px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	text-shadow: #000 1px 1px 2px;
	font-size: 120%;
	font-weight: 600;
	background-image: url(img_png/header.png);
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background: -moz-linear-gradient(top, #eee, #666);
	background: -webkit-gradient(linear, left top, left bottom, #eee, #666);
	background: linear-gradient(top, #fff, #0000ee);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid 1px #999;
	box-shadow: #ccc 0px 1px 2px 1px;
	-webkit-box-shadow: #ccc 0px 1px 2px 1px;
}

#home_footer{
	width: 1000px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border-top: solid 1px #ddd;
	font-size: 90%;
}