@charset "utf-8";
/* CSS Document */
#newyearboy{position:absolute;height: 6%;width: 4%;top: 28%;left: 55.4%;background-image: url(img/newyearboyhold.gif);background-size: contain;z-index: 9;}
#newyeargirl{position:absolute;height: 7%;width: 4%;top: 26%;left: 59%;background-image: url(img/newyeargirlhold.gif);background-size: contain;z-index: 9;}
#newyeargirl:hover{animation:nyg 1.2s ease 0s 1 normal running forwards;}
#newyeargirlb{position: absolute;height: 0%;width: 0%;animation:nyg 1.2s ease 0s 2 normal running forwards;}
@keyframes nyg {0%{background-image: url(img/newyeargirl_0028.png);}
				3%{background-image: url(img/newyeargirl_0027.png);}
				6%{background-image: url(img/newyeargirl_0026.png);}
				9%{background-image: url(img/newyeargirl_0025.png);}
				12%{background-image: url(img/newyeargirl_0024.png);}
				15%{background-image: url(img/newyeargirl_0023.png);}
				18%{background-image: url(img/newyeargirl_0022.png);}
				21%{background-image: url(img/newyeargirl_0021.png);}
				24%{background-image: url(img/newyeargirl_0020.png);}
				27%{background-image: url(img/newyeargirl_0019.png);}
				30%{background-image: url(img/newyeargirl_0018.png);}
				33%{background-image: url(img/newyeargirl_0017.png);}
				36%{background-image: url(img/newyeargirl_0016.png);}
				39%{background-image: url(img/newyeargirl_0015.png);}
				42%{background-image: url(img/newyeargirl_0014.png);}
				45%{background-image: url(img/newyeargirl_0013.png);}
				48%{background-image: url(img/newyeargirl_0012.png);}
				51%{background-image: url(img/newyeargirl_0011.png);}
				54%{background-image: url(img/newyeargirl_0010.png);}
				57%{background-image: url(img/newyeargirl_0009.png);}
				60%{background-image: url(img/newyeargirl_0008.png);}
				63%{background-image: url(img/newyeargirl_0007.png);}
				66%{background-image: url(img/newyeargirl_0006.png);}
				69%{background-image: url(img/newyeargirl_0005.png);}
				72%{background-image: url(img/newyeargirl_0004.png);}
				75%{background-image: url(img/newyeargirl_0003.png);}
				78%{background-image: url(img/newyeargirl_0002.png);}
				81%{background-image: url(img/newyeargirl_0001.png);}
				84%{background-image: url(img/newyeargirl_0000.png);}
				100%{background-image: url(img/newyeargirl_0000.png);}
				}