body{background-color:purple;font-family:'Comic Sans';background:-webkit-linear-gradient(yellow,green);background:-o-linear-gradient(yellow,green);background:-moz-linear-gradient(yellow,green);background:linear-gradient(yellow,green)}#header{color:red;padding:20px;text-align:center;font-size:50pt}#rules{color:#fff;padding:20px;text-align:center;font-size:30pt}#gameWindow{position:relative;width:600px;height:775px;margin:0 auto;background-color:grey;overflow:hidden;text-align:center;font-size:50pt;color:orange}#gameBoard,#splashScreen,#instructionsScreen,#gameScore{position:absolute;width:700px;height:775px;left:0;top:0}.divLane{height:25%;width:100%;background-color:grey}.divLane img{width:200px;height:200px}#splashScreen{background-color:red;width:100%;z-index:100}#instructionsScreen{background-color:#ffc0cb;background-image:url(Images/instructions.png);width:100%;z-index:99}#gameBoard{background-color:#484545;width:75%;z-index:1;position:relative;float:left}#gameOverScreen{background-color:#ffc0cb;width:100%;height:100%;z-index:98;color:#ff0;font-size:30pt}#gameOverText{height:100%;width:100%}#leftLane,#rightLane,#centerLane{position:absolute;width:25%;height:100%}#rightLane{margin-left:50%}#centerLane{margin-left:37.5%}#leftLane{margin-left:25%}#gameScore{background-color:#484545;width:25%;z-index:1;position:relative;float:right;text-align:center;font-size:25pt;vertical-align:center;color:#ff0}#DistanceText,#HopsText,#ScoreText{vertical-align:center}
