body {
  background-image: url('https://farm3.static.flickr.com/2464/3697567010_6ec9371123_o.gif');
  background-repeat: repeat;
  background-attachment: fixed;
  color: Red;
  background-color: black;
  font-weight: bold;
  animation: easy 0.1s linear 0s infinite normal forwards;
}
@keyframes easy {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.rightHead, .boxHead .commentInput {
    background: url(https://farm3.static.flickr.com/2464/3697567010_6ec9371123_o.gif);
}
