html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}

img {
	background: linear-gradient(270deg, #d10000, #ff6622, #ffda21, #33dd00, #1133cc, #220066, #330044);

	-webkit-animation: colorRotate 1s linear 0s infinite;
	-moz-animation: colorRotate 1s linear 0s infinite;
	-o-animation: colorRotate 1s linear 0s infinite;
	animation: colorRotate 1s linear 0s infinite;
}

p {
	font: 200pt Arial;
}