* {
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	overflow: hidden;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(5,5,5,1) 0%, rgba(0,0,0,0.5) 50%, rgba(124,124,124,0) 100%); /* FF3.6+ */

background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(5,5,5,1)), color-stop(50%,rgba(0,0,0,0.5)), color-stop(100%,rgba(124,124,124,0))); /* Chrome,Safari4+ */

background: -webkit-radial-gradient(center, ellipse cover,  rgba(5,5,5,1) 0%,rgba(0,0,0,0.5) 50%,rgba(124,124,124,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-radial-gradient(center, ellipse cover,  rgba(5,5,5,1) 0%,rgba(0,0,0,0.5) 50%,rgba(124,124,124,0) 100%); /* Opera 12+ */

background: -ms-radial-gradient(center, ellipse cover,  rgba(5,5,5,1) 0%,rgba(0,0,0,0.5) 50%,rgba(124,124,124,0) 100%); /* IE10+ */

background: radial-gradient(ellipse at center,  rgba(5,5,5,1) 0%,rgba(0,0,0,0.5) 50%,rgba(124,124,124,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#007c7c7c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	text-align: center;
}
#outer {
	position : absolute;
	width : 500px;
	height : 300px;
	left : 50%;
	top : 50%;
	margin-left : -250px;
	margin-top : -100px;
	border: none;
	z-index: 99999;
	backround-color: transparent;
	color: rgba(255,255,255,0.3);
	text-align: center;
	display: block;
}
#verho h1 {
	font-size: 180px;
	text-align: center;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	white-space: nowrap;
	width: 500px;
	letter-spacing: 5px;
	line-height: 140px;
	text-transform: uppercase;
}
#verho h2 {
	font-size: 22px;
	text-align: center;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	white-space: nowrap;
	width: 500px;
	letter-spacing: 14px;
	text-transform: uppercase;
}
#verho h3 {
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	white-space: nowrap;
	width: 500px;
	letter-spacing: 8px;
	text-transform: uppercase;
	unicode-bidi: bidi-override;
	direction: rtl;
}
img {
	border: 0 none transparent;
}
#pallo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-perspective: 500;
	-moz-perspective: 500;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
#verho {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	-webkit-transform: translateZ(150px);
	-moz-transform: translateZ(150px);
	
}
.luuranko {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	background-color: rgba(25,25,25,0.5);
	z-index: 99;
}
.particle {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	/*	background-color: rgba(0,255,255,0.67);*/
	background-image: url(../images/4.gif);
	background-size: 100%;
	-webkit-box-shadow: 0 0 50px rgba(0,55,55,0.5);
	-moz-box-shadow: 0 0 50px rgba(0,55,55,0.5);
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	z-index: 100;
}
#luuranko2 .particle {
	/*	background-color: rgba(255,0,255,0.67);*/
	background-image: url(../images/2.gif);
	-webkit-box-shadow: 0 0 50px rgba(55,0,55,0.5);
	-moz-box-shadow: 0 0 50px rgba(55,0,55,0.5);
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
	z-index: 101;
}
#luuranko3 .particle {
	/*	background-color: rgba(255,220,0,0.67);*/
	background-image: url(../images/3.gif);
	-webkit-box-shadow: 0 0 50px rgba(55,20,0,0.5);
	-moz-box-shadow: 0 0 50px rgba(55,20,0,0.5);
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	z-index: 102;
}
.particle.animating {
	-webkit-transition: -webkit-transform 20s linear;
	-moz-transition: -moz-transform 20s linear;
}
h4 {
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	font-family: 'Source Sans Pro', Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 200;
	white-space: nowrap;
	width: 100%;
	letter-spacing: 12px;
	color: #fff;
}