@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
}

html {
	height: 100%;
}

body {
	background: #000;
	background-image:url('img/bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	overflow:hidden;
}

#wrapper {
	text-align: center;
	position:absolute;
	width: 700px;
	height: 404px;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-202px;
}

.block{
	text-align: center;
	position:absolute;
	width: 700px;
	height: 313px;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-156px;
}

.header {
	color:#fff;
	font-size:60px;
}

.subheader {
	color:#fff;
	font-size:18px;
	text-align:right;
	text-transform: uppercase;
	margin-top:-10px;
	margin-right:62px;
}

p.info {
	color:#fff;
	font-size:30px;
}

a {
	outline: 0;
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #55A9F2;
}

/*
a:hover {
	color: #125D82;
}
*/

.ui-dialog .ui-dialog-title {
      width: 100% !important;
      text-align: center !important;
}

#dialog {
	text-align: center;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }
	  
/* PRIV POL */
.pol{
	text-align: right;
	position: absolute;
	width: 103px;
	height: 20px;
	left: 100%;
	margin-left: -110px;
}