@font-face {
  font-family: 'futone-Regular';
  src: url('../font/futone-regular-webfont.woff') format('opentype');
}
body {
	margin: 0 auto;
	animation: bgchange 15s ease infinite;/
}
@keyframes bgchange {
      0%   {background:#F2F2F2;}
      25%  {background:#333333;}
      50%  {background:#FFFFFF;}
      75%  {background:#333333;}
      100% {background:#F2F2F2;}
 }
#text {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: 'futone-Regular';
	font-size: 200px;
	color: #FFFFFF;
	word-break:break-all; 
}