.puff {
	position: absolute;
	width: 0px;
	height: 0px;
}

#smokeSpawnPoint
{
	position: absolute;
	top: 18em;
	width: 0px;
	visibility: hidden;

}



.panel
{
	margin: "5px";
	position: absolute;
	height: 2em;
	text-align: center;
	font-size: 3.5em;
	z-index: 25;
	text-decoration: none;
	width: 99%;
	font-weight: bold;
	top: 10%;
	padding-top: .5em;
	visibility: hidden;
	color: #66FF33;
}
        
        
