<!--
.stress {
	background-image: url(../images/stress.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.stressfree {
	background-image: url(../images/stressfree.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.borderlinestress {
	border-top: 1px solid #993300;
	border-right: 1px solid #993300;
	border-bottom: 1px none #993300;
	border-left: 1px solid #993300;
}
