/* Our Story elements */
#thankyou_content{
	position: relative;
	width: 590px;
	height: 484px;
	background: url(../../images/thankyou/thankyou_bgrnd.jpg) repeat-y;
}
#thankyou_border_top{
	position: absolute;
	top: 0;
	left: 0;
	width: 590px;
	height: 15px;
	background: url(../../images/thankyou/thankyou_border_top.jpg) no-repeat;
}
#thankyou_border_bottom{
	position: absolute;
	top: 469px;
	left: 0;
	width: 590px;
	height: 15px;
	background: url(../../images/thankyou/thankyou_border_bottom.jpg) no-repeat;
}
#thankyou_image{
	position: absolute;
	top: 100px;
	left: 180px;
	width: 297px;
	height: 190px;
	background: url(../../images/thankyou/thankyou_image.jpg) no-repeat;
}
#thankyou_text{
	position: absolute;
	top: 260px;
	left: 170px;
	width: 250px;
	height: 200px;
	color: #c22e1b;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.thankyou_names{
	color: #75488c;
}