/* CSS Document */

.topImg {
	background:url(images/main_animationNormal.png) no-repeat;
	width:750px;
	height:249px;
	animation: topImg .8s steps(2) infinite;
	}

@keyframes topImg{
	to {
		background-position:-1500px 0;
		}
	}
