body {
	background-image: url("images/gameBackground.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
canvas {
    border: 5px solid #685338;
    background-image:url("images/bg2.gif");
    background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#pauseDiv{
	width: 300px;
	height: 455px;
	background-color:#f4f0da;
	padding:1%;
	border-radius:30px;
	margin-bottom:30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#reset{
	font-family:Goudy Stout;
	background-color:black;
	width:160px;
	height:50px;
	font-size:16px;
	color:white; 
	border-radius:10px;
	border-color:black;
	margin-bottom:100px;
	position: absolute;
	top: 78%;
	left: 50%;
	transform: translate(-50%, -50%);
    }
#exit{
	font-family:Goudy Stout;
	background-color:black;
	width:160px;
	height:50px;
	font-size:16px;
	color:white; 
	border-radius:10px;
	border-color:black;
	margin-bottom:45px;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
    }
#closeIcon{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 08%;
	left: 90%;
	transform: translate(-50%, -50%);
}
#pauseIcon{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 7%;
	left: 90%;
	transform: translate(-50%, -50%);
}
#strong{
	width: 200px;
	height: 180px;
	margin-left:1%;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}	
#text{
	font-family:Calibri Light;
	color:#b76804;
	font-size:17px;
	text-align: center;
	position: absolute;
	top: 58%;
}
#LCtext{
	color:#f3b904;
	font-size:20px;
	font-family:Goudy Stout;
	position: absolute;
	top: 2%;
	margin-left: 18%;
	display:none;
	
}
#RCtext{
	color:#f3b904;
	font-size:20px;
	font-family:Goudy Stout;
	position: absolute;
	top: 5%;
	margin-left: 18%;
	display:none;
}
#BCtext{
	color:#f3b904;
	font-size:20px;
	font-family:Goudy Stout;
	position: absolute;
	top: 5%;
	margin-left: 18%;
	display:none;
}
#NCtext{
	color:#f3b904;
	font-size:20px;
	font-family:Goudy Stout;
	position: absolute;
	top: 5%;
	margin-left: 18%;
	display:none;
}
