#sticker {
	background-color: #ffe400;
	background-image: url('');
	background-repeat: no-repeat;
	max-width:600px;
	height:130px;
	padding: 0;
	position: relative;
}

#logo {
	position: absolute;
	height: 137px;
	top: -6px;
	left: -3px;
}

#year-span {
	position: absolute;
	font-size: 38px;
	color: black;
	left: 204px;
	top: -10px;
}

#kg-span {
	position: absolute;
	font-size: 68px;
	color: black;
	left: 308px;
	top: -22px;
	white-space: nowrap;
	text-align: right;
	width: 293px;
}

#car-span {
	position: absolute;
	font-size: 47px;
	color: black;
	left: 479px;
	top: 65px;
	white-space: nowrap;
	text-align: right;
	width: 120px;
}

#time-span {
	position: absolute;
	font-size: 19px;
	color: black;
	left: 268px;
	top: 97px;
}

#magic-span {
	position: absolute;
	font-family: monospace;
	font-size: 19px;
	color: black;
	left: 268px;
	top: 77px;
}