#pageInner {
	position: relative;
	width: 100%;
	height: 239px;
	overflow: hidden;
}

#pageInner .background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
 	background: url(/images/home/lower_bg.gif) no-repeat;
	z-index: 10;
}

#mainText {
	position: relative;
	width: 640px;
	height: 100px;
	padding: 0px 30px;
	z-index: 20;
}

#lowerImage {
	position: absolute;
	width: 100%;
	top: 104px;
	left: 0px;
}

#welcome {
	position: absolute;
	width: 142px;
	height: 41px;
	top: 0px;
	left: 280px;
	background: url(/images/home/welcome.gif) no-repeat;
}
