html, body {
 height: 100%;
}

body {
	margin:0px;
	
	background-color: #04bd7b;
	}
div {
	font-family: Microsoft JhengHei;
	margin:0px;
}
img {

	display: block;
}
.content {
  background-image: url("images/bg.png");
  width: 1600px;
	BACKGROUND-POSITION: center top;
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	height: 799px;
}

#logo {
	height:346px;
	width:485px;
	margin: 0px auto;
	position: relative;
	top:20px;
	
}


.main{
	width:1316px;
	position: relative;
	margin: 0px auto;
	
}

.main1{
	
	top:300px;
	width:100%;
	position: relative;
	margin: 0px auto;
	background-image: url("images/bg_02.png");
}

.t1 {
	color:yellow;
	font-weight: bold;
}

.web {
	width:472px;
	height:112px;
	margin: 0px auto;
	position: relative;
	top:230px;
}

/* Style the footer */
.txt {
  width:1000px;
  padding: 10px;
	margin: 0px auto;
	position: relative;
	color:white;
	font-size: 36px;
	
}