.bganim {
	background-attachment: fixed;
	background-image: url(images/bg_anim.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bgpage {
	background-attachment: fixed;
	background-image: url(images/bg_pge.jpg);
	background-repeat: repeat-x;
}
.bganim1 {
	background-attachment: fixed;
	background-image: url(images/bg_anim1.gif);
	background-repeat: repeat-x;
}
.bgcont {
	background-image: url(images/bg_cont.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

