#jSplash{
	margin:auto;
}
#jSplash h2{
	margin:auto;
	font-size:300%;
	letter-spacing:1px;
-moz-transform: rotate(5deg); 
	-o-transform: rotate(5deg); 
	-webkit-transform: rotate(5deg); 
	-ms-transform: rotate(5deg); 
	transform: rotate(5deg);
	filter: progid : DXImageTransform.Microsoft.Matrix ( sizingMethod='auto expand', 
        M11 = 0.9993908270190958, M12 = -0.03489949670250097, M21 =0.03489949670250097, M22 = 0.9993908270190958 );
	zoom: 1;

	text-align: center;
	padding-top:5%;
	margin: auto;
	font-family: Bangers, cursive, Arial;
	font-weight: bold;
	line-height: 1em;
	/*border-radius: 30px;
	background-color: rgba(256, 256, 240, .8);*/
	color: #FF9900;
		text-shadow:0px 0px 0 rgb(220,220,220),0px 1px 0 rgb(184,184,184),0px 2px 0 rgb(149,149,149), 0px 3px 0 rgb(114,114,114);
}

h6 {
	font-size:18px;
}



