.garland {
	width: 100%;
	height: 64px;
	/* position: fixed; */
	/* top: 0;
	left: 0; */
	overflow: hidden;
	z-index: 10000;
}

.topGarland {
	padding-top: 40px;
}

#itDon_garland {
	width: 100%;
	height: 64px;
	position: relative;
	overflow: hidden;
	background-image: url('./images/garland.svg');
	background-repeat: repeat-x;
}

.garland_1 {
	background-position: 0 0;
}

.garland_2 {
	background-position: 0 -64px;
}

.garland_3 {
	background-position: 0 -128px;
}

.garland_nums {
	opacity: 0;
	filter: alpha(opacity=0);
}