body { 
	height: 100%; margin: 0; font-size: 1em; line-height: 1.4; height:100%;   background-repeat: no-repeat;
    background-attachment: fixed; 
	
	/* fallback/image non-cover color */
	
	background-color: #BA2328; 
   
/* IE10 */ 
background-image: -ms-radial-gradient(center, circle farthest-corner, #EA402D 0%, #A31F23 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-corner, #EA402D 0%, #A31F23 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-corner, #EA402D 0%, #A31F23 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 510, color-stop(0, #EA402D), color-stop(1, #A31F23));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-corner, #EA402D 0%, #A31F23 100%);

/* Proposed W3C Markup */ 
background-image: radial-gradient(center, circle farthest-corner, #EA402D 0%, #A31F23 100%);
	
	}
	
	#splash-content { width:300px; margin: 200px auto 0px auto; text-align:center; }
	#splash-counter { background-color:white; width:290px; height: 60px; margin-top:16px; margin-bottom:30px;  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;}
#splash-counter img { margin-top:-10px; }