.mainframe {
	background-color: d5d8d9;
	width: 900px;
}
#banner {
	background-image: url(images/berich_01.jpg);
	background-repeat: no-repeat;
	height: 213px;
	
}
#box {
	background-image: url(images/berich_03.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	background-image: url(images/berich_05.jpg);
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-right: 90px;
	height: 97px;

}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	background-image: url(images/testimonial.jpg);
	background-repeat: no-repeat;
	height: 345px;
	width: 450px;
	padding-top: 75px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 85px;
}
