@CHARSET "UTF-8";
body{
	background:#000;margin: 0; 
	padding: 0; overflow-y::scroll;
	color:#333;
	font-family:, Arial, Helvetica, sans-serif, "Microsoft JhengHei", "微軟正黑體" ;}
	
html { overflow-x: hidden; overflow-y: auto; }

/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;	margin: 0; }

h1, h2, h3, h4, h5, h6, p {	margin: 0; padding: 0;}

img{ display:block;}/*清除IE7下方溢位*/

a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;}

.clearfloat { /* 這個類別可放置在 <br /> 或空白的 Div 上，當做接在 #container 內最後一個浮動 Div 後方的最後一個元素 (如果從 #container 移除或取出 #footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a{ color:#FFF; text-decoration: none;}
a:hover { 
	color:#FFF;
	text-decoration:underline;
}
a:active, a:focus {/* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}

#wrap{ width:1280px; margin-left:auto; margin-right:auto; 
	padding: 0;	}

/*-------版頭 top----------------------------------------------------------------------------*/
#top{ height:64px; background-color:#000; }

/*-------主體 main----------------------------------------------------------------------------*/
#main{ margin-bottom:0px; width:1280px; 
	margin-left:auto; margin-right:auto; position:relative; }

	
/*-------index 主視圖--------------------*/
#view{ background:url(../images/index_bg.jpg) no-repeat;
	height:593px; }
	
/*-------菜單--------------------*/
#navbar{ background:url(../images/nav_bg.png) repeat-x;
	height:61px; width:1280px;  position:absolute; left:0px; bottom:0px; }

#navbar ul{ width:872px; margin-left:auto; margin-right:auto;
	list-style:none; font-family: "微軟正黑體" ,"Microsoft JhengHei",, Arial, Helvetica, sans-serif, ;}

#navbar li{ float:left; }


 
/*-------版腳 footer----------------------------------------------------------------------------*/
#footer{ background:url(../images/footer_bg.jpg) no-repeat; clear:both;
	height:111px;}
	
#footer p{ color:#fff; font-size:14px; padding-top:80px;
	font-family: "微軟正黑體" /*, Arial, Helvetica, sans-serif,*/ ;}
