@charset "utf-8";
/* CSS Document */
a {noFocusLine:expression(this.onFocus=this.blur())} /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none} /* For Firefox */

body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#index {
	position: relative;
	width:1000px;
	height:1400px;
	margin:0 auto;
}
#logo {
	position: absolute;
	width:405px;
	height:169px;
	top: 15px;
	left: 30px;
}
#menu {
	position: absolute;
	width:540px;
	height:157px;
	top: 20px;
	left: 460px;
}

#travel_t {
	position: absolute;
	width:184px;
	height:46px;
	top: 230px;
	left: 100px;
}
#txt {
	position: absolute;
	width:620px;
	height:150px;
	top: 190px;
	left: 330px;
}
#footer {
	position: absolute;
	width:1000px;
	height:180px;
	top: 1220px;

}









.co12 {
	font-size: 12px;
	line-height: 18px;
	color: #c3b750;
	letter-spacing: 1px;

}
.c12 {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	letter-spacing: 1px;
}
.r15b {
	font-size: 15px;
	line-height: 18px;
	color: #c3b750;
	letter-spacing: 1px;
	font-weight: bold;
}

.n11 {
	font-size: 9px;
	line-height: 18px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif
}

a:link {
	color: #c3b750;
	text-decoration: none;
}
a:visited {
	color: #c3b750;
	text-decoration: none;
}
a:hover {
	color: #c3b750;
	text-decoration: underline;
}


