@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	background-color: white;
	background-image: url(bg3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main{
	height: auto;
	width: auto;
	float: left;
	clear: left;
}

#fixed-center{
	color:#FF6600; /*文字顏色*/
	font-weight:bold; /*內距*/
	width:1103px; /*寬度*/
	height:680px;
	background-image: url(bg2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#fixed-center{
  position:fixed; /*固定位置定位*/
  top:50%; /*距離上方的位置*/
  left:50%; /*距離左方的位置*/
  margin-top:-340px; /*上方邊界*/
  margin-left:-551px; /*左方邊界*/
  
  _position: absolute; /* position fixed for IE6 */
  _top:expression(documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)/2);
  _margin-top:0;
}
#flashbox {
	background-color: #333;
	float: left;
	height: 580px;
	width: 1003px;
	margin-top: 50px;
	margin-left: 50px;
}
