.piopio{
	position:absolute;
	margin-top:80px; /* margin from page top*/
	height: 75px; /* image height */
}
#pajaro{
	left:100%;
	-moz-animation:flyrightleft 5s infinite;
	-webkit-animation: flyrightleft 5s infinite;
	-o-animation:flyrightleft 5s infinite;
	-ms-animation:flyrightleft 5s infinite;
	-khtml-animation:flyrightleft 5s infinite;
	animation:flyrightleft 5s infinite;
}
@-moz-keyframes flyrightleft{
	0%{
		top:5px;
	}25%{
		top:100px;
	}50%{
		top:80px;
	}75%{
		top:25px;
	}100%{
		left:-177px;
		top:102px;
	}
}
@-webkit-keyframes flyrightleft{
	0%{
		margin-left:100%;
		top:5px;
	}25%{
		top:100px;
	}50%{
		top:80px;
	}75%{
		top:25px;
	}100%{
		left:-177px;
		top:102px;
	}
}
@-o-keyframes flyrightleft{
	0%{
		top:5px;
	}25%{
		top:100px;
	}50%{
		top:80px;
	}75%{
		top:25px;
	}100%{
		left:-177px;
		top:102px;
	}
}
@-ms-keyframes flyrightleft{
	0%{
		top:5px;
	}25%{
		top:100px;
	}50%{
		top:80px;
	}75%{
		top:25px;
	}100%{
		left:-177px;
		top:102px;
	}
}
@-khtml-keyframes flyrightleft{
	0%{
		top:5px;
	}25%{
		top:100px;
	}50%{
		top:80px;
	}75%{
		top:25px;
	}100%{
		left:-177px;
		top:102px;
	}
}
@keyframes flyrightleft{
	0%{
		left:100%;
		top:5px;
	}25%{
		top:100px;
	}50px{
		top:80px;
	}75%{
		top:25px;
	}100%{
		left:-177px;
		top:102px;
	}
}