body{
	font-family: 'PT Sans Narrow', sans-serif;
	display:none;
}
#jSplash h2{
	color:#FFF;
	font-size:50px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: none;
}

#jpreOverlay {
	background-color: #FFF;
}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	width:300px;
	height:25px;
}
#jpreBar {
	background-size:30px 30px;
	-moz-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	-o-background-size:30px 30px;
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;
}
#jprePercentage {
	color:#ccc;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	top:-92%;
}

#jpreButton{
	cursor:pointer;
	font-weight:normal;
	text-align:center;
	width:auto;
	color:#999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-family: CorisandeLight;
	font-size: 25px;
}
