body {
	background-color: #160D08;
	background-image: url(images/p_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:1000px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:0px;
	width:451px;
	height:441px;
	z-index:1;
	visibility: visible;
}
#Layer3 {    
	height: 18px;
    left: 534px;
    position: absolute;
    top: 87px;
    visibility: visible;
    z-index: 2;
    width: 850px;
}
#Layer3 ul{
	list-style: none;
}
#Layer3 ul li{
	float: left;
}
.style1 {font-size: 12px}
body,td,th {
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #999900;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#Layer4 {
	position:absolute;
	left:0px;
	top:170px;
	width:1259px;
	height:48px;
	z-index:6;
	visibility: visible;
}
#Layer4 ul { 
	/* 取消ul樣式符號 */
	list-style-type: none;
	/*list-style-image: url("images/icons/11.gif");*/
	/* 內有浮動元件時，需設overflow才會自動調整大小 */
	/*overflow:auto;*/
}
* html #Layer4 ul {
	/* 解決IE6不理overflow問題，直接指定高度 */
	height: 20px;
}
#Layer4 ul li {
	/* 利用float讓第一層li水平排列 */
	float: left;
	position: relative;
	margin-right: 2px;
}
/* 解決IE6條列式餘白問題*/
* html #Layer4 ul li{
	display:inline;
}
#Layer4 ul li a{
	/* 將a改為區塊元件，以便指定寬高 */
	/*display:block;*/
	/* 這邊也要設float，否則IE6會以100%寬度顯示 */
	/*float:left;*/
	/* 固定高度 */
	height:20px;
	/* 設定上方padding讓文字垂直置中，設定左右padding加大按鈕距離 */
	/*padding:0px 0px 0px 0px;*/
}
#Layer4 ul li:hover ul { 
	display: block; 
}
#Layer4 ul li ul { 
	position:absolute; 
	top:21px; 
	left:-1px; 
	display:none; 
	list-style-type:none; 
	list-style-image:none;
	border-left:1px #5a5a5a; 
	padding-left: 10px;
	padding-bottom: 5px;
	/*background-color: #160D08;*/
}
#Layer4 ul li ul li:hover {
	background:url("images/background_dark_opacity80.png");
}
#Layer4 ul li ul li{
	line-height:20px;
	width:100%;
	padding-top:2px; 
	padding-bottom:2px; 
	padding-left:10px;
	background:url("images/background_dark_opacity60.png"); 
}
#Layer4 ul li ul li ul {
	/* 文字定位 */
	margin:-20px 0 0 130px;
}
#Layer4 ul li:hover ul li ul{
	/* 顯示第二層時，隱藏第三層，避免同時彈出 */
	visibility:hidden;
}
#Layer4 ul li ul li:hover ul{
	/* 觸動第二層時，顯示第三層 */
	visibility:visible;
}

#Layer5 {
	position:absolute;
	left:68px;
	top:249px;
	width:1000px;
	height:646px;
	z-index:4;
	visibility: visible;
}
html, body {
margin: 0;
text-align: center;
}
#container {
position: relative;
margin: 0 auto;
width: 1000px;
text-align: left;
}
