@charset "utf-8";
/* CSS Document */

#menu1 {
	position: absolute;
	top: 3px;
	left: 436px;
	height: 40px;
	width: 440px;
	z-index: 2;
}

#pic {
	position: absolute;
	top: 58px;
	left: 781px;
	height: 525px;
	width: 210px;
	z-index: 3;
	background-image: url(../images/index_pic.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#main_menu1 {
	position: absolute;
	top: 177px;
	left: 26px;
	height: 76px;
	width: 220px;
	z-index: 2;
	background-image: url(../images/main_menu_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#main_menu2 {
	position: absolute;
	top: 260px;
	left: 26px;
	height: 76px;
	width: 220px;
	z-index: 2;
	background-image: url(../images/main_menu_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#main_menu3 {
	position: absolute;
	top: 343px;
	left: 26px;
	height: 76px;
	width: 220px;
	z-index: 2;
	background-image: url(../images/main_menu_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#main_menu4 {
	position: absolute;
	top: 426px;
	left: 26px;
	height: 76px;
	width: 220px;
	z-index: 2;
	background-image: url(../images/main_menu_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.menu1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000;
}

#txt {
	position: absolute;
	top: 190px;
	left: 272px;
	height: 239px;
	width: 499px;
	z-index: 3;
}
#txt_body {
	position: absolute;
	top: 161px;
	left: 29px;
	height: 215px;
	width: 554px;
	z-index: 3;
	display: none;
}

.header_white {	
	font-family: Century Gothic;
	font-size: 18px;
  	letter-spacing: -0.5px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}

.main_txt {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000;
	text-align: justify;
}

.link_txt {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #68c28e;
	text-align: justify;
}
#down {
	position: absolute;
	top: 529px;
	height: 59px;
	width: 995px;
	background-image: url(../images/down_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 2;
	left: 1px;
}

