@import url("webfont.css");

html, body {
	background: none;
	color: black;
	font-family: "Bebas Neue", Fixedsys, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

a:link {color: #0f0fff; text-decoration: none; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #0f0fff; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

#rumbling_nepgya {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue Regular_1.otf') format('otf');
}

body { background-color:#0; }
#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('/Nepgya2.png'), url('/NEpgya.png'), url('/nepr.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 1000px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 1000px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 1000px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 1000px 1000px, 200px 400px, -100px 300px;}
}	