    body {
        background: white }
    section {
    position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
	
		 }
		
		#introholder{
			position:relative;
			width:845px;
			height:138px;
			overflow:hidden;
			
				will-change: transform;/*ADDED TO STOP CHROME MOBILE MESSING WITH TRANSPARENCY*/
				}
		
		#splashgif{
					will-change: transform;/*ADDED TO STOP CHROME MOBILE MESSING WITH TRANSPARENCY*/
		}
		
		
		#splashpicholder{
			position:absolute;
			top:-5px;
			left:-5px;
			z-index:100;
	
	
		}
		
		#score1holder{
			position:absolute;
			top:0;
			left:0;
			background-color:#E1E1E1;
	
		}
		
			#score2holder{
			position:absolute;
			top:0;
			left:0;
			
	
		}
		
#soundbutton{
	position:absolute;
	bottom:10px;
	right:10px;
	width:17px;
	height:17px;
	background-image:url(../png/speaker.png);
	z-index:200;
}

		
		