@import url("reset.css");
@font-face {
    font-family: "Dual-300";
    src: url("Dual-300.ttf");
}
*{
	margin: 0;
	padding: 0;
}
body,html{
	/*background-color: #999;*/
	width: 100%;
	height: 100%;
	font-family:"微軟正黑體", "新細明體", "Arial Unicode MS";
	/*overflow: hidden;*/
}
/*
#loading{
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #261100;
	text-align: center;
	z-index: 50;
}
#loading img{
	margin-top: 15%;	
}
*/
#main{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

/*------------------右邊menu-----------------*/
