@charset "utf-8";
/* CSS Document */


html, body {
	height:100%;
}

body {
	font-family:"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", Arial;
	font-size:14px;
	color:#fff;
}

a:focus {
	outline:none;
}


a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #FC0;
}


#topbar {
	width:100%;
	height:43px;
}

#content {
	position:relative;
	width:100%;
	height:967px;
	background:url(../images/bg.jpg) 50% 0;
}

#hero {
	position:absolute;
	width:994px;
	height:935px;
	background:url(../images/hero.png) no-repeat;
	background-size:contain;
	margin-left:50%;
	left:-400px;
	top:30px;
	opacity:0;
}

#logo {
	position:absolute;
	width:154px;
	height:100px;
	background:url(../images/logo.png) no-repeat;
	margin-left:50%;
	left:-400px;
	top:30px;
	z-index:10;
}

	#links {
		color:#000;
		font-weight:bold;
	}
	
	#links div {
		position:relative;
		margin:76px 0 0 16px;
	}

#title {
	position:absolute;
	width:473px;
	height:307px;
	background:url(../images/title.png);
	margin-left:50%;
	left:-583px;
	top:160px;
	opacity:0;
}

#nav {
	margin:0 auto;
	position: relative;
	width:1078px;
	height:104px;
	background:url(../images/nav.png);
	top:700px;
}

	#nav ul, #nav ul li {
		margin:0; padding:0;
	}
	#nav ul {
		position:relative;
		left:87px;
	}
	#nav ul li {
		float:left;
		width:223px;
		height:105px;
		list-style:none;
		margin-right:11px;
		margin-top:-1px;
	}
	
	.nav1 a span, .nav2 a span, .nav4 a span {
		display:block;
		width:223px;
		height:105px;
	}
	
	.nav1:hover, .nav2:hover, .nav4:hover {
		opacity:.8;
	}

	.nav1 {
		background:url(../images/bt1.png);
	}
	.nav2 {
		background:url(../images/bt2.png);
	}
	.nav3 {
		background:url(../images/bt3.png);
	}
	

	.nav3:hover #nav2 {
		display: block;
		opacity:1;
	}
	
	.nav4 {
		background:url(../images/bt4.png);
	}


#footer {
	position:relative;
	width:100%;
	height:128px;
	background:url(../images/footer.png);
	margin-top:-130px;
}

#footer_fb {
	position: absolute;
	width:30px;
	height:30px;
	margin-left:50%;
	left:450px;
	top:40px;
}

#footer_garena {
	position: absolute;
	width:60px;
	height:20px;
	margin-left:50%;
	left:-390px;
	top:40px;
}

#footer_garena span, #footer_fb span {
	display:block;
	width:100%;
	height:100%;
}

#nav ul li ul, #nav ul li ul li {
	margin:0; 
	padding:0;
}

.nav5 {
	padding:0;
	position: absolute;
	width:153px;
	height:110px;
	background: url(../images/nav2.png) no-repeat;
}

#nav2 {
	position:absolute;
	top:-77px;
	left:15px;
	display:none;
}


.nav5 a span, .nav5 a span {
	display:block;
	width:153px;
	height:55px;
}




