.top {
	background-image: url(../images/bg_01.jpg);
	background-repeat: repeat;
	height: 54px;
}
.content {
	background-image: url(../images/bg_03.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.bottom {
	background-image: url(../images/bg_05.jpg);
	background-repeat: no-repeat;
	height: 70px;
}
#testimonial {
	background-image: url(../images/test.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 350px;
	padding-top: 28px;
	padding-right: 90px;
	padding-bottom: 20px;
	padding-left: 90px;
	background-position: center;
}
