@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: url(../images/background_index_body.gif);
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	-position: relative;
	}
	
/*Index Css Define*/
.Index-wrap {
	padding: 0 0 45px 0;
	background: url(../images/background_index_swf.gif) repeat-x left top;
	text-align: center;
	position: relative;
	}
.Index-swf {
	margin: auto;
	width: 1000px;
	bottom: 0px;
	}
.Index-footer {
	width: 100%;
	background: url(../images/background_footer_bg.gif) repeat-x left top;
	height: 45px;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	}
.Index-footer-info {
	margin: 0 auto;
	background: url(../images/background_footer_line.gif) no-repeat center top;
	width: 1000px;
	height: 45px;
	font-size: 11px;
	color: #666;
	text-align: left;
	line-height: 1.5em;
	position: relative;
	}
.Index-footer-info a {
	color: #05B;
	text-decoration: none;
	}
.Index-footer-info a:hover {
	color: #5A112B;
	text-decoration: underline;
	}
.Footer-left {
	padding: 5px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	}
.Footer-right {
	padding: 5px 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
	}
