﻿html, body {
    width: 100%;
    font-family: "蘋果儷中黑", "微軟正黑體", "文泉驛正黑體", "新細明體", "LiHei Pro", "Times New Roman", Times, serif;
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 0px;
    text-align: center; /* 居中且寬度固定的版式，參考11.2節 */
    background: url(../images/bg_bottom.gif) top center repeat-x;
}
#container
{
    margin: 0px;
    padding:  0px;
    width: 100%;
    text-align: left;
    background: url(../images/bg.png) top center no-repeat;
}

#globallink
{
    height: 130px; /* 設置塊的尺寸，高度大於banner圖片 */
    margin: 0;
    padding: 0; /* 再設置背景顏色，作為導航菜單的背景色 */
    font-size: 12px;
    width:100%;
}
#globallink ul
{
    list-style-type: none;
    padding: 0;
    margin:0;
    margin-top: 30px;/* 具體位置 */
    margin-left: 55%;
}
#globallink li
{
    float: left;
    text-align: center;
    padding: 0 5px; 	/* 鏈接之間的距離 */
	border-right: 1px #fff solid;
}
#globallink ul li a:link, #globallink ul li a:visited
{
    color: #CCFFCC;
    text-decoration: none;
}
#globallink ul li a:hover
{
    color: #CCFFCC;
    text-decoration: underline;
}
#loginStatus
{
    clear: left;
    margin-left:55%;
    margin-top: -20px;
}
#loginStatus a:link, #loginStatus a:visited
{
    color: #0000FF;
    text-decoration: none;
}
#loginStatus a:hover
{
    color: #0000FF;
    text-decoration: underline;
}
#mainmenu
{
    float:left;
    width: 190px;
    
	z-index: 100;
}
#content
{
    float:left;
    position: relative;
	margin: 0px auto 5px auto;
}
/* 頁尾 */
#footer
{
	clear: both;
	background: url(../images/logogray.gif) no-repeat 4% center;
	height: 70px;
}
#footer #copyright
{
	float:left;
	text-align:left;
	margin: 0px auto 0 120px;
	padding:2px;
}