#about .content,
#about {	background-color: #d7f7f1;	}

#about .boxtop {
	width: 880px;
	height: 230px;
	background: url(../images/about/boxtop.png) 0 0 no-repeat;
	margin: 0px auto 0px auto;
	display: block;
	position: relative;
}

#about .boxtop h1 {
	font-size: 30px;
	width: 440px;
	margin: 0;
	padding: 0;
}

#about .boxtop p {
	width: 440px;
	color: #666;
}

#about .boxtop .text {
	padding:40px 0 0 40px;
}

#about .boxbottom{
	width: 880px;
	height: 160px;
	background: url(../images/about/boxbottom.png) 0 0 no-repeat;
	margin: 20px auto 0 auto;
	padding: 0;
	position: relative;

}

#about .boxbottom h1 {
	font-size: 20px;
	margin:0;
	padding: 10px 0 5px 0;
	line-height: 20px;
}

#about .boxbottom div.left,
#about .boxbottom div.center,
#about .boxbottom div.right {
	width: 220px;
	height: 160px;
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 10px 0 0 0;
}

#about .boxbottom .left { width: 230px; left: 40px; }
#about .boxbottom .center { width: 220px; left: 330px; }
#about .boxbottom .right { width: 230px; left: 610px; }

#about .boxfooter {
	width: 880px;
	height: 10px;
	margin: 0 auto 0 auto;
	background: url(../images/about/boxbottomfooter.png) bottom left no-repeat;
}

#about .boxbottom div p {
	color: #666;
	padding: 0;
	margin: 0;	
}

#about #hello{
	position: absolute;
	top: -20px;
	right: 40px;
	display: table;
	margin:0;
	padding: 0;
	overflow: hidden;
}
