@charset "utf-8";
body{
background-color: #1b1b1b;
}

/*首頁*/
#header h1{
	display: block;
	position: absolute;
	top: 260px;
	left: 20px;
}

#header h1 span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
}



/*背景*/
#wapper{
display:block;
	width:auto;
	height:180px;
	background-image:url(images/index_bg.gif);
	background-image: #1b1b1b;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: 0px 60px;
	}

/*標題*/
#title{
	display:block;
	position: absolute;
	top: 45px;
	left: 260px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #2a2a2a;
}

/* menu */
#menu {	position: absolute;
	top: 170px;
	left: 20px;}
#menu ul {}

#menu li {float:left;padding:0px  5px;}

#menu li  a{
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
}

#menu li a:hover {
	color: #666666;
}


/* footer */
#footer{
	font-family: Arial, Helvetica, sans-serif;
	}
#divLoading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC;
	display: block;
	width: 150px;
	position: relative;
	z-index: 99;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 350px;
	margin-bottom: auto;
}

