#marioHelp {
	margin: 0 auto;
	width: 300px;
}

.marioCoin {
	bottom: 24px;
	display: none;
	/*margin-bottom: 20px;*/
	position: absolute;
}
* html .marioCoin {
	bottom: 150px;
	margin-bottom: 130px;
}
.mario {
	bottom: -64px;
	display: none;
	left: -10px;
	position: absolute;
}
* html .mario {
	margin-bottom: 130px;
}
#coinCount {
	display: none;
	font-weight: bold;
	position: absolute;
}
#oneUpCount {
	display: none;
	font-weight: bold;
	position: absolute;
}
#oneUpCount img {
	width: 25px;
}

#coinCountContainer {
	font-weight: bold;
	margin-bottom: 1em;
}
#oneUpCountContainer {
	font-weight: bold;
}

#helpContainer {
	margin-top: 5em;
	position: relative;
}

