@charset "utf-8";
/* CSS Document */

.left-side-bg {
	background-image: url(../images/life-side.jpg);
	background-repeat: repeat-y;
	width: 13px;
	height: 674px;
}
.right-side-bg {
	background-image: url(../images/right-side.jpg);
	background-repeat: repeat-y;
	height: 672px;
	width: 13px;
}

