@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/intro/birze.jpg);
	background-repeat: no-repeat;
	background-position: center 1%;
	margin: 0px;
	padding: 0px;
}

DIV.outer {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 420px;
      height: 340px;
      margin-left: -210px; /* half of width */
      margin-top: -170px;  /* half of height */
	  text-align: center;
      }
	  
P.aryra{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #fec030;
	text-decoration: none;
}

Span.sorry{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fec030;
	text-decoration: none;
	margin: 10px;
	visibility: hidden;
}
