.contentbg {
	background-image: url(../readprog/images/train_toy.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.homebg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.btnbgline {
	background-color: #F1F1EC;
	background-image: url(../readprog/images/sidebarbg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 45px;
}
.bgright {
	background-image: url(../images/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgleft {
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.contentbgshort {
	background-image: url(../readprog/images/btmbar_short.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_image {
	background-image: url(../readprog/images/btmbar1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	position: absolute;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}
