@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spin{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;background-color:#9e6b05}#kakka{width:13%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:2}#kakkasailio{width:100%;height:100%;overflow:hidden}#kakkasateet{background:url("../img/rays.png") no-repeat;background-position:center;background-size:contain;width:250%;height:250%;position:relative;margin:auto;top:-75%;left:-75%;-webkit-animation-name:spin;-webkit-animation-duration:20000ms;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:20000ms;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:20000ms;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;-o-transition:rotate(36000deg)}