@charset "utf-8";
/* CSS Document */



@media screen and (max-width: 640px) {
	
	#container {
		background-size: auto 100px;
	}

	#container .header  > .text {
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {

	a.one,
	a.two {
		background-size: 140px;
		height: 140px;
		margin: 0 10px;
		width: 140px;
	}

	a.one:active,
	a.two:active {
		margin: 0 12px;
		width: 136px;
	}

	#container .belt {
		margin-top: 260px;
	}
		
	#container .belt  > * {
	}
		
	#container .belt  > .seconds {
		margin-top: -257px;
	}
		
	#container .belt  > .text {
		display: block;
		margin-left: 0;
		margin-top: -17px;
		max-width: none;
		text-align: center;
	}
	
}
