#history{
	position:relative;
	width:640px;
	background:url(../img/about_history.gif) top left no-repeat;
	padding: 60px 0px 40px 0px;
}

#present{
	position:relative;
	width:640px;
	background:url(../img/about_present.gif) top left no-repeat;
	padding: 60px 0px 40px 0px;
}

#future{
	position:relative;
	width:640px;
	background:url(../img/about_future.gif) top left no-repeat;
	padding: 60px 0px 40px 0px;
}

#history h3,#present h3,#future h3{
	text-indent: -10000px;
	display: none;
}
#history p,#present p,#future p{
	text-align:left;
	font-size:120%;
	line-height:140%;
	padding:10px 16px;
}
