div#body_contain {
	height:100%;
	padding:0;
	background: #000 no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 10px;
}
* html div#body_contain { overflow:visible; }
div#body_contain p{ margin: 5px 0;}

#body_contain #t_left {
	float:left;
	padding:10px;
	width:542px;
	background:url("/img/testimonial_bg.png") top right repeat-y;
/*	min-height:472px;*/
	min-height:439px;
}
#body_contain #t_right { float:right; width:238px; height:459px; }

#body_contain .testimonial p.t_hidden{
	padding:0;
	margin:10px 0 0 20px;
}
#body_contain .testimonial a.more {
	padding-left:10px;
	text-decoration:underline;
	cursor:pointer;
}
#body_contain .testimonial .t_hidden { display:none; }