/*版面區塊*/
body {
	font-size: 10pt;
	color: #555;
	background-color: #000;
	margin: 0px;
	background-image: url(../image/pageTitleBg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	height: 500px;
	width: 1012px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -506px;
}
#flashHead {
	height: 280px;
}
#content {
	background-image: url(../image/bodyFrame.gif);
	background-repeat: repeat-y;
	height: auto;
	float: left;
}
#sub1 {
	float: left;
	width: 243px;
}
#main {
	float: left;
	width: 536px;
}
#main2 {
	float: left;
	width: 741px;
	background-image: url(../image/mainBg.jpg);
	background-repeat: repeat-y;
	margin: 15px 18px 0px 9px;
	color: #411A04;
}
#main2Wrapper  {
	background-image: url(../image/mainTop.png);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}
#main2Bottom {
	background-image: url(../image/mainBottom.png);
	/*	background-repeat: no-repeat;*/
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	width: 701px;
	min-height: 900px;/*最小高度設定為820px*/
	height:auto !important; 
    height:900px; 
	padding: 20px;
}
#main2 h2 {
	background-repeat: no-repeat;
	background-position: center;
	height: 71px;
	margin: 20px 0px 0px 0px;
}
/*把字藏起來*/
a span {
	display: none;
}
h2 span {
	display: none;
}
.center {
	text-align: center;
}
img {
	border: none;
}
#fixed {
	margin:0px 0px 10px 15px;
	position:fixed;
	width:179px;
	top:150px;
	right:0px;
	z-index:500;
	border: 3px double #FFF;
}

* html {
overflow: hidden;
}
 
* html body,
* html #wrapper {
height:100%;
overflow:auto;
}
 
* html #fixed {
position:absolute;
}