 @charset "utf-8";
/* CSS Document */
@import url("theme.css");
@import url("reest.css");
body{
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-family: Helvetic, Arial, "Microsoft JhengHei", "Segoe UI", "Microsoft JhengHei", "微軟正黑體", "微软雅黑", "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", clean, sans-serif;
	background-position: center top;
	background-color:#f7f7f7;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	background-image: url(../images/index_1_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;	/*height: 100%;
	overflow: hidden;*/
	background-color: #f7f7f7;
	
}
#header_bg{
	width: 100%;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 75px;
	background-position: 0px bottom;
	}
#header_box{
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 71px;
}
#logo{
	float:left;
	padding-left: 43px;
	padding-top: 6px;
}
#header_nav{
	float: left;
	padding-top: 27px;
	padding-bottom: 17px;
	padding-left: 176px;
	width: 623px;
}
#header_nav ul{}
#header_nav ul li{
	float:left;
	}
#header_nav ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	font-size: 15px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
}
#header_nav ul li a:hover{
	color: #F66;
	}
/******************center*************************/
#center_bg{
	width: 100%;}
#center_box{
	width:1000px;
	margin:0 auto;
	position:relative;}
/******************footer*************************/    
#footer_bg{
	background-image: url(../images/flooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer_box{}
/********浮動貼圖*********/
#footer_pic_1{
	position: absolute;
	z-index: 90;
	left: 765px;
	bottom: 89px;
	}
#footer_pic_2{
	position: absolute;
	z-index: 90;
	top: 556px;
	bottom: 0px;
	}
/******************首頁******************/
#index_center{
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 761px;
	width: 100%;
}