* {
	margin:0;
	padding:0;
	
}


body {
	font-family: 'Lato', "·L³n¥¿¶ÂÅé", "Microsoft JhengHei";
	zfont-family:"·L³n¥¿¶ÂÅé", "Microsoft JhengHei",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#545454;
	background: url(../images/bg.jpg) no-repeat center top fixed;
	overflow-y:scroll;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

a {
text-decoration:none;
}

.nav li:hover > ul {
	box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.3);
	border-radius:5px;
}