#jSplash{	width:500px;position:absolute;left:50%;margin-left:-250px;	}
#jSplash .langs{position:absolute;width:400px;left:50%;margin-left:-235px; padding-top:100px;}
#jSplash .lang{width:90px;height:30px;color:#fff;text-shadow:1px 1px 1px #333;float:left;margin:0px 0px 0px 100px;}
#jSplash .lang:hover{cursor:pointer;color:#005bab;}
#jpreOverlay {background-color: #f37021;}
#jpreSlide{font-size:22px;font-weight:bold;color:#ccc;text-align:center;width:50%;height:30%; }
#jpreLoader{width:300px;height:25px;margin-top:100px;/*	border:1px inset #888;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;*/}
/*#jpreBar {background:#db0a8c url(../images/bar.png);border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}*/
#jprePercentage {color:#fff;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-weight:bold;text-align:center;text-shadow:1px 1px 1px #333;margin-left:0px;}
canvas{
	position: absolute; left: 50%; margin-left: -100px; top: 15%; width: 15%;
}
@media (min-width: 768px) and (max-width: 1100px) {
	canvas{
		position: absolute; left: 50%; margin-left: -70px; top: 25%; width: 15%;
	}
}
@media (max-width: 767px) {
	canvas{
		position: absolute; left: 50%; margin-left: -80px; top: 25%; width: 35%;
	}	
}
