	
img { border: 0; }

#rocketshow { /* The wrapper for my page icons and bubbles */
	margin: 0 auto;
	width: 960px;
	height: 345px;
	position: relative;
	/*background: transparent url(../images/big-font1.png) no-repeat;*/
	/*border: 1px solid green;*/
}

#clickWrap { /* wrapper for my number clickers */
	position: absolute;
	z-index: 5;
	top: 100px;
	left: 0;
}
/* Page specific styles */
	
#clickWrap a {display: block; cursor: pointer; margin-bottom: 15px; 
	font-size: 20px; color: #fff; text-decoration: none; padding: 3px 6px;
	background: rgba(90, 50, 30, 0.40);
	/*border: 2px solid white;*/
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.33);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.33);
	box-shadow: 0 1px 2px rgba(0,0,0,.33);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
#clickWrap a:hover {
	text-decoration: none;
	/*background: rgba(227, 120, 13, .100);*/
	background-color: #000;
	color: #f93;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.33);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.33);
	box-shadow: 0 2px 4px rgba(0,0,0,.33);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
-moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
	

	
#rocketwrap { /* Wrapper for the bubbles */
	position: absolute;
	z-index: 10;
	left: 100px;
	top: 30px;
}
	
.rocket {position: absolute;}
