.index_950 {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.index_1920 {
	background-image: url(images/index_1920.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	background-color: #46A918;
}

/*浮動選單開始*/
.bar {
	width: 100%;
	height: 78px;
	position: fixed;
	bottom: 0px;
	z-index: 9999;
	background-image: url(images/index_menu_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bar ul {
	width: 950px;
	height: 109px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bar ul li {
	float: left;
	width: 90px;
	height: 100%;
}
.bar ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/index_menu_01.png);
}
.bar ul li a:hover {
	background-image: url(images/index_menu_02.png);
}
/*浮動選單結束*/
