@keyframes rain 
{
	0%
	{
		background-position: 0% 0%;
	}

	100%
	{
		background-position: 20% 100%;
	}
} 