/*---------------------------
	共用架構
----------------------------*/
body { background-color:rgba(62, 139, 4, 1)}

#wrap {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.main {
	position: relative;
	min-height: 1080px;
	min-height: 770px\9;

}

/*---------------------------
	FOOTER
----------------------------*/

#footer {
	position: relative;
	width: 100%;
	height: 1px;
	color: #fff;
	font-size: 12px;
	z-index: 99;
	margin-top:-185px\9;
	-moz-margin-top:-185px;
	-ms-margin-top:-185px;


	
}
.copyright {
	width: 1000px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    top: -104px;
}
.copyright table {
	margin: 0 auto 0 auto
}
.copyright table td {
	padding-right: 8px
}
.copyright .about {
	line-height: 20px;
	color: #fff;
}
.copyright table span {
	color: #fff;
}
.copyright table .t {
	font-size: 11px;
	line-height: 15px;
	color: #fff;
}
/*---------------------------
	IE提示
----------------------------*/

#alert-ie8 {
	background: rgba(0, 0, 0, 0.6);
	background: url(../images/bg.png)\0;
	clear: both;
	display: block;
	font-size: 15px;
	height: 20px;
	letter-spacing: 1px;
	padding: 5px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 1000;
	left: 50%;
	margin-left: -50%;
}
#alert-ie8 a:link, #alert-ie8 a:visited {
	color: #FC3;
}
#alert-ie8 a:hover {
	color: #FF0;
}
#alert-ie8 strong {
	color: #F00;
}
