/* CSS Document */
body, html {
	margin: 0px;
	font:Verdana, 新細明體;
	font-size:13px;
	color:#333333;
	line-height:200%;
	background-color: #4B4D4A;
	background-image: url(images/webbbg.jpg);
	background-repeat: repeat-x;
}
img { border:0;
}
.main {
	width:990px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer {
	width:990px;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
tr, td { 
    line-height:150%; 
}
.list {
	width:389px;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fiexd-main{
	color:#FFFFFF;
	border-top:2px solid #336699;
	border-bottom:2px solid #336699;
	width:100%;
	position:fixed;
	top:0;
	z-index:1;
	_position:absolute; /* position fixed for IE6 */

_top:expression(documentElement.scrollTop+"px");
	background-color: #FFFFFF;
}
.fixed-center{
	background:#FFFFFF; /*背景顏色*/
	color:#000000; /*文字顏色*/
	font-weight:normal; /*粗體字*/
	border:0px none #990000; /*四周邊框*/
	padding:10px; /*內距*/
	width:990px; /*寬度*/
	height:700px; /*高度*/
	position:fixed; /*固定位置定位*/
	top:50%; /*距離上方的位置*/
	left:50%; /*距離左方的位置*/
	margin-top:-350px; /*上方邊界*/
	margin-left:-495px; /*左方邊界*/
	font-size: 12px;
}
