.background {
	background-attachment: fixed;
	background-image: url(images/bkground.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.nav-background {
	background-attachment: fixed;
	background-image: url(images/nav-bkground.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.body-bkground {
	background-attachment: fixed;
	background-image: url(images/body-bkground.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.photo-box {
	background-attachment: fixed;
	background-image: url(images/photobox-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.photo-num-box-on {
	background-attachment: fixed;
	background-image: url(images/photo-num-box-on.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
}
