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

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment : fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
#index {
	position: relative;
	width:1000px;
	height:1500px;
	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;
}

#txt {
	position: absolute;
	width: 280px;
	height: 347px;
	top: 220px;
	left: 710px;
}
#food_pic1 {
	position: absolute;
	width: 658px;
	height: 150px;
	top: 240px;
	left: 40px;
}
#food_pic2 {
	position: absolute;
	width: 658px;
	height: 150px;
	top: 420px;
	left: 40px;
}
#food_t {
	position: absolute;
	width: 227px;
	height: 45px;
	top: 621px;
	left: 39px;
}
#food_txt {
	position: absolute;
	width: 489px;
	height: 46px;
	top: 621px;
	left: 281px;
	color: #c3b750;
}














#footer {
	position: absolute;
	width: 1000px;
	height: 135px;
	top: 1702px;

}





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

}


.c12 {
	font-size: 12px;
	line-height: 20px;
	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 */
