/* ==================== logo ==================== */
#nav {
	z-index:999995; 
	width: 100%;
	height: 40px; 
	background-color: #fafafa; 
	position: relative; 
	font-family: Arial, "新細明體", "微軟正黑體"; 
	
}

#nav .logo {
	float: left;
	position: absolute;
	left: 45px;
	top: 5px;
	z-index:999999;

}

/* ==================== footer copyright ==================== */
#dgwFooter {
	background-color: #555;
	width: 100%;
	border-top: 1px solid #FFF;
	text-align: center;
	padding: 25px 0;
	color: #fff;
	font-size: 13px;
	font-family: "新細明體", "微軟正黑體";
	padding-bottom: 17px;
}

#dgwFooter p {
	font-size: 13px;
	margin: 0;
	clear: both;
}