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

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:900px;
	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;
}
#fish_t{
	position: absolute;
	width:181px;
	height:45px;
	top: 230px;
	left: 100px;		
}
#t_txt {
	position: absolute;
	width:600px;
	height:50px;
	top: 240px;
	left: 320px;
	color: #c3b750;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
#fish{
	position: absolute;
	width:905px;
	height:468px;
	top: 290px;
	left: 50px;	
}
#pic_txt {
	position: absolute;
	width:200px;
	height:20px;
	top: 570px;
	left: 700px;	
}
#txt {
	position: absolute;
	width:430px;
	height:150px;
	top: 660px;
	left: 540px;
	
}
#footer {
	position: absolute;
	width:1000px;
	height:180px;
	top: 720px;
}









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

}

.c12 {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	letter-spacing: 1px;
}
.r12b {
	font-size: 12px;
	line-height: 18px;
	color: #ff0000;
	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;
}

a {noFocusLine:expression(this.onFocus=this.blur())} /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none} /* For Firefox */
