#gamewrap { text-align: center; }
#gamespace { 
    margin: 0 auto;
	text-align: left;
	background:#fff; 
	border:1px solid #000; 
	width:600px; 
	height:600px; 
	position:relative; 
	overflow: hidden;
} 
#cat { 
	position: absolute;
	height: 90px; 
	width: 104px; 
	bottom: 5px; 
	left: 10px; 
	background: url( cat.png ); 

}
#fish {
	position: absolute;
	height: 45px; 
	width: 19px; 
	top: 485px; 
	left: -30px; 
	background: url( fishbone.png ); 
}
.layer { height: 600px; width: 600px; position: absolute; top: 0px; left: 0px; }
#background { background: url( background1.png ) }
#foreground { background: url( foreground.png ) }
.mouse {
	position: absolute;
	height: 50px;
	width: 82px;
	background: url( micecolour.png );

}
.cheese {
	position: absolute;
	width: 20px;
	height: 36px;
	background: url( cheese.png );
}
#scoreboard { position: absolute;
 top: 5px;
 left: 5px;
 font-family: sans-serif;
 font-size: 16px;
 font-weight: bold;
}
#startbutton {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
  text-align: center;
}
