@charset "ISO-8859-1";
.bg1 {
	background-image: url(bgimages/1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg2 {
	background-image: url(bgimages/2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg3 {
	background-image: url(bgimages/3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bg4 {
	background-image: url(bgimages/4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

