#textoutput {
	margin-left: 20px; background-image: url('skull.png'); width : 220px; height : 284px;
	position : relative;
}

#textoutput .error {
	color: #c80000;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	bottom: 80px;
	background-color: white;
	left: 10px;
	display : none;
}

#textoutput .first {
	color: #c80000;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	bottom: 80px;
	background-color: white;
	left: 10px;
	display : none;
}

#textoutput .last {
	color: #00c800;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	bottom: 55px;
	background-color: white;
	left: 30px;
	display : none;
}