@charset "utf-8";
.topbg {
	background-image: url(images/topbg.jpg);
	background-repeat: repeat-x;
}
.bottombg {
	background-image: url(images/bottombg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.salesbg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
