.bg_below {
	background-repeat: no-repeat;
	background-position: center bottom;
}
.word {
	line-height: 1.5;
	text-indent: 20pt;
	text-align: justify;
	vertical-align: top;

}
.bg_center {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_above {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
.word2 {
	line-height: 1.5;
	text-align: justify;
	vertical-align: top;
}
.bg_left {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}

