.stretch {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.stretchBG {
	background: url(images/stretch-middle.png);
}
.stretchTop {
	background: url(images/stretch-top-cap.png);
	width: 840px;
	height: 38px;
	margin: 0 auto;
}
.stretchBottom {
	background: url(images/stretch-bottom-cap.png);
	width: 840px;
	height: 39px;
	margin: 0 auto;
}
.stretchCorner {
	position: absolute;
	background: url(images/stretch-corner.png) no-repeat;
	width: 263px;
	height: 386px;
	margin-left: 7px;
}
.stretchContent {
	position: relative;
}