/* CSS Document */

/* ABOUT US */
.about_text {
	position:absolute;
	top:70px;
	left:30px;
	width:680px;	
}
.about_text p {
	color:#FFF;
	margin-bottom:8px;
	font-size:12px;
}

.about_box {
	text-align:center;
	position:absolute;
	right:0px;
	bottom:0px;
	text-align:center;
	background:url(../images/bg_about_box.gif) right bottom no-repeat;
	width:650px;	
	padding-top: 60px;
	padding-bottom:12px;
	min-height:150px;	
}
.about_box p {
	margin:0px 40px 0px 90px;
	line-height:98%;
	font-size:12px;
	color:#000;
}
