@charset "utf-8";
a img {border:0px}
a{text-decoration:none}
body{
	background-image:url(../images/bg_01.jpg);
	background-repeat:repeat;
	margin:0;
	padding:0;
	}
.skyglobe{
	width:100%;
	height:100%;
}
.middle {
	width:1280px;
	height:auto;
	margin:auto;
	position:relative;
	overflow:auto;
}
.banner_img{
	width:943px;
	height:657px;
	float:left;
	margin:50px 0 10px 150px;
	}
.text{
	width:950px;
	height:30px;
	float:left;
	font-family:"微軟正黑體";
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	margin:5px 0 10px 150px;
	text-align:center;
	}
.button{
	width:420px;
	height:54px;
	float:right;
	margin:0 180px 50px 0;
	}
.footer{
	font-family:"微軟正黑體";
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}