@font-face {
	font-family: PassionSansPDac-Light;
	src: url('../css/PassionSansPDac-Light.ttf');
}
body{
	overflow:hidden;
	margin:0px;
	padding:0px;
	
}


#layer{background:#292420;position:fixed;z-index:5;width:100%;height:100%;opacity:1}
#layerLight{background:#EDEDED;position:fixed;z-index:5;width:100%;height:100%;opacity:0}
#skipShow{z-index:20050;cursor:pointer;color:#fff;}
#fullscreenChoice
{
	color:#fff;
	-webkit-box-shadow: -10px 2px 40px 2px rgba(1, 1, 1, 1);
	box-shadow:  2px 2px 40px 2px rgba(1, 1, 1, 1);
	position:absolute;z-index:20010;top:50%;font-size:1.4em;
	/*padding:5px;padding-left:20px;*/
	opacity:0.7;
	font-family: PassionSansPDac-Light;
	/*text-shadow: 1px 1px 15px #fff;*/
	/*filter: dropshadow(color=#fff, offx=1, offy=1);*/
	/*width:45%;*/
	height:40px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:52px;
	padding-right:30px;
	margin-left:-40px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*background:url(intro_text_bg.png) top left no-repeat;*/
}
#fullscreenChoice span{
	padding-left:5px;
	padding-right:5px;
}
#fullscreenChoice span:hover{
	cursor:pointer;
	background:#fff;
	color:#000;
}
.skip{
	font-family: PassionSansPDac-Light;
	font-size:2em;
	z-index:10;
	position:absolute;
	right:0;
	top:0;
	position: bottom;
	margin-right:20px;
	margin-top:15px;color:#fff;
	/*background-image: url(skip_bg.png);*/
	background-repeat: repeat;
}
a, a:visited, a:hover{color:#fff;}