@charset "big5";
/* CSS Document */
img, ul, li, div, a, input { behavior: url(/css/resources/iepngfix.htc) }
*{
font-family:Arial, Helvetica, sans-serif, 微軟正黑體;
padding:0;
margin:0;
}
body{
behavior:url("csshover3.htc");
background-color:#fff;
color:#595757;
margin: 0px;   /*緊貼頂部(上下左右)，沒有空隙*/
}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
#maincontent {
    position:fixed
	position: absolute;
	top: 474px;
	left: 412px;
	z-index: 50;
	width: 1518px;
	filter: alpha(opacity=100);
	height: 450px;
	}
#wrapper {
	width:1500px;
	margin:0 auto;
}

/* =======標題區======== */
#header{
	position:relative;
	height:80px;
	margin-top:150px;
}
#header h1{
	background-image:url(img/vitalizing_logo.jpg);
	width:410px;
	height:55px;
	margin-left:80px;
	text-indent:-9999px;
}
#header ul{
	position:absolute;
	border-left:0px #c99d03 solid;
	left: 550px;
	top: 5px;
	width: 850px;
}
#header li{
	list-style-type:none;
	float:left;
}
#header li a{
	display:block;
	width:200px;
	height:50px;
	line-height:52px;
	text-decoration:none;
	color:#c99d03;
	background-color:#fff;
	text-align:center;
	border-bottom:0px #c99d03 solid;
	border-top:0px #c99d03 solid;
	border-right:0px #c99d03 solid;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
#header li a:hover{
	background-color:#c99d03;
	color:#fff;
	font-weight:bold;
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
/* =======內容區======== */
#content{
	width:600px;
	float:left;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0 10px 60px 10px;
}
/*============gotop=========*/
#gotop{
display:none;
position:fixed;
right:20px;
bottom:20px;
padding:5px 15px;
border-radius:20%;
font-size:24px;
font-weight:bold;
color:white;
background:#03328d;
cursor:pointer;
}
