#outter_wrapper {
  height:636px;
}

.inner_wrapper, #inner_wrapper {
  background-image:url('/images/home_bg_01.jpg');
  background-repeat:no-repeat;
  height:636px;
  padding:15px 20px 0px 20px;
  position:absolute;
  width:960px;
  z-index:200;
}
.inner_wrapper{
  margin:0 auto;
  text-align:center;
  position:absolute;
  top:0px;
  z-index:10;
}
#welcome_wrapper {
	width: 960px;
	height: 140px;
	background: url("/images/blue_trans_px.png") repeat;
	position: absolute;
	top: 442px;
	left: 20px;
}

#welcome_inner_wrapper {
	height: 100px;
	width: 904px;
	postion: relative;
}

#welcome_image {
	height: 100%;
	width: 220px;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 20px;
}

#welcome_content {
	width: 665px;
	height: 100%;
	position: absolute;
	right: 36px;
	top: 20px;
}

#welcome_title {
	font-size: 22px;
	line-height: 20px;
	color: #FFFFFF;
}

#welcome_text {
	width: 100%;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	margin-top: 6px;
}

#welcome_text p {
	overflow: hidden;
	height: 75px;
}

