﻿@keyframes bounce_squaresWaveG{
	0%{
		background-color:rgb(0,225,255);
	}

	100%{
		background-color:rgb(5,15,33);
	}
}

@-o-keyframes bounce_squaresWaveG{
	0%{
		background-color:rgb(0,225,255);
	}

	100%{
		background-color:rgb(5,15,33);
	}
}

@-ms-keyframes bounce_squaresWaveG{
	0%{
		background-color:rgb(0,225,255);
	}

	100%{
		background-color:rgb(5,15,33);
	}
}

@-webkit-keyframes bounce_squaresWaveG{
	0%{
		background-color:rgb(0,225,255);
	}

	100%{
		background-color:rgb(5,15,33);
	}
}

@-moz-keyframes bounce_squaresWaveG{
	0%{
		background-color:rgb(0,225,255);
	}

	100%{
		background-color:rgb(5,15,33);
	}
}