.navpic {
	background-image: url(navigate_sign.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 199px;
	position: absolute;
	top: 225px;
	right: 40px;
	left: 45px;
}
.botpic {
	background-image: url(bkg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 115px;
	width: 728px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	top: 2463px;
}
.toppic {
	background-image: url(bkg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 214px;
	width: 728px;
	left: 19px;
	top: 3px;
}
.bkg {
	background-image: url(bkg_strip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	width: 728px;
	left: 20px;
	height: 2463px;
	top: 0px;
	z-index: -5;
}
