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

body {
	background-image: url(images/index_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#index {
	position: relative;
	width: 1000px;
	height: 760px;
	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;
}
#pic {
	position: absolute;
	width: 998px;
	height: 308px;
	top: 204px;
	left: 2px;
}
#pic img{
	margin-left: 2px;
}

#pic_txt {
	position: absolute;
	width: 466px;
	height: 177px;
	top: 582px;
	left: 0px;
}
#video {
	position: absolute;
	width: 336px;
	height: 259px;
	top: 519px;
	left: 598px;
	
}
#footer {
	position: absolute;
	width: 1000px;
	height: 150px;
	top: 800px;

}









.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;
}
