#site_home {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(/images/000_hint_001.jpg) repeat-x 0 0;
}
/* -------------------------------------------------- Head info ---------- */
#body_head {
	margin: 0 auto;
	width: 900px;
	height: 100px;
	background: url(/images/000_logo_002.jpg) no-repeat -4px 18px;
}
/* -------------------------------------------------- News Info --------- */
#body_news {
	margin: 0 auto;
	width: 900px;
	height: 270px;
	background: url(/images/000_hint_002.jpg) no-repeat 10px 0;
}
/* -------------------------------------------------- Content Info ------- */
#body_content {
	margin: 0 auto;
	width: 900px;
}
/* -------------------------------------------------- Footer ------------- */
#body_content_footer {
	margin: 0 auto;
	width: 900px;
	border-top: 1px dashed rgb(205,205,205);
}

