body{
	margin-left:auto;
	margin-right:auto;
	
}
#jpreOverlay {
	background:url(../contentPattern.png);

}
#jpreSlide{
	font-size:22px;
	font-weight:bold;
	color:#ccc;
	text-align:center;
	width:50%;
	height:30%;
}
#jpreLoader{
	position:relative;
	alignment: center;
	width:500px;
	height:25px;
	box-shadow:0 0 7px 3px #cfcb9e;
	-moz-box-shadow:0 0 3px 1px #cfcb9e;
	-webkit-box-shadow:0 0 2px 1px #cfcb9e;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
#jpreBar {
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	
	background-size:30px 30px;
	-moz-background-size:30px 30px;
	-webkit-background-size:30px 30px;
	-o-background-size:30px 30px;
	
	box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   -moz-box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   -webkit-box-shadow:
      0 5px 5px rgba(255,255,255,0.6) inset,
      0 -5px 7px rgba(0, 0, 0, 0.4) inset;
   filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#33ffffff',
      endColorstr='#33000000',
      GradientType=0 );

	background-color:#A86500;

		
	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:#cfcb9e;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 1px #333;
	top:-95%;
}

#jSplash{
	line-height:1.7;
	position:relative;
	top:-50px;
}
#jSplash h2{
	margin:10px 0;
	color:#2a2e26;
	text-shadow:2px 0px 1px #858265;
	font-size:34px;
	font-family:Arial Narrow, Arial, sans-serif;
	letter-spacing:1px;
}
#jSplash strong{
	margin:10px 0;
	color:#2a2e26;
	text-shadow:2px 0px 1px #858265;
	font-size:22px;
	font-family:Arial Narrow, Arial, sans-serif;
	font-weight:300;
	letter-spacing:1px;
}

@-webkit-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-moz-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-ms-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@-o-keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}
@keyframes progress {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px -60px;
  }
}