
#btnArray {
	position:absolute;
	left:72px;
	top:196px;
	width:181px;
	height:59px;
	}

.btnNum {
	position:absolute;
	cursor:pointer;
	}
	
#btnOne {
	left:0px;
	top:0px;
	}
	
#btnTwo {
	left:28px;
	top:28px;
	}
	
#btnThree {
	left:0px;
	top:58px;
	}
	
#btnFour {
	left:28px;
	top:86px;
	}
	
#btnFive {
	left:0px;
	top:116px;
	}
	
#btnSix {
	left:28px;
	top:144px;
	}
	
#btnSeven {
	left:0px;
	top:174px;
	}
	
#btnEight {
	left:28px;
	top:202px;
	}
	
#btnNine {
	left:0px;
	top:228px;
	}
	
#headline {
	position:absolute;
	left:90px;
	top:20px;
	}
	
#goBtn {
	position:absolute;
	left:410px;
	top:480px;
	cursor:pointer;
	}

#stopBtn {
	position:absolute;
	left:410px;
	top:480px;
	cursor:pointer;
	visibility:hidden;
	}
		
#mainText {
	position:absolute;
	left:560px;
	top:110px;
	}

#mainTextImg {
	position:absolute;
	left:0px;
	top:0px;
	}

#showMeBtn {
	position:absolute;
	left:64px;
	top:47px;
	cursor:pointer;
	}
			
#feedback {
	position:absolute;
	left:200px;
	top:150px;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#303030;
	}
	  
#instructions {
	position:absolute;
	left:70px;
	top:490px;
	}
	
#bottomSpace {
	position:absolute;
	left:120px;
	top:700px;
	width:100px;
	height:10px;
	}
	
.tileholder {
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	z-index:1;
	background-color:#C0C0C0;
	}
	
.tile {
	position:absolute;
	left:1px;
	top:1px;
	width:32px;
	height:32px;
	background-color:#ECE9D8;
	border:1px solid #ACA899;
	border-top:0px;
	border-left:0px;
	}

.tileback {
	position:absolute;
	left:32px;
	top:32px;
	width:34px;
	height:34px;
	background-color:#FFFFFF;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	}
	
