/* 
Testimonial Stylesheet
*/
#container{
	position: relative;
	margin: 0 auto;
	width: 1024px; height: 1930px;
	overflow: hidden;
}
#bg_cont {
	position: absolute;
	width: 1024px; height: 1930px;
	overflow: hidden;
	z-index: 0;
}
#bg {
	margin: 45px auto 0 auto;
	background: url(../images/stripe.gif) repeat center;
	width: 973px; height: 1930px;
	border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	overflow: hidden;
	z-index: 0;
}

/* Content Start */
#testimonial_bg {
	position: relative;
	top: -255px;
	background: url(../images/testimonial_bg.png) no-repeat;
	width: 778px ; height: 1450px ;
	z-index: 0;
}
#test1_cont {
	position: relative;
	top: 185px; left: -50px;
	font-size: 14px;
	width: 620px;
}
#test1_icon {
	position: relative;
	width: 104px; height: 104px;
	background: url(../images/test_logos.png) 0px 0px no-repeat;
	z-index: 2;		
}
#test1_pos {
	position: relative;
	top: -100px; left: 130px;
}

#test2_cont {
	position: relative;
	top: 200px; left: 75px;
	font-size: 14px;
	width: 620px;
}
#test2_icon {
	position: relative;
	top: -150px; left: -75px;
	width: 104px; height: 104px;
	background: url(../images/test_logos.png) 0px 0px no-repeat;
	z-index: 2;		
}
#test2_pos {
	position: relative;
	top: -250px; left: 50px;
}

#test3_cont {
	position: relative;
	top:250px; left: 75px;
	font-size: 14px;
	width: 620px;
}
#test3_icon {
	position: relative;
	top: -150px; left: -75px;
	width: 104px; height: 104px;
	background: url(../images/test_logos.png) 0px 0px no-repeat;
	z-index: 2;		
}
#test3_pos {
	position: relative;
	top: -250px; left: 50px;
}






















