@charset "utf-8";
.global {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.flash_bg {
	background-image: url(../images/flash_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.flash_bg_2 {
	background-image: url(../images/flash_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

