div.llamastrich { 
	position: relative;
	height: 509px;
	width: 336px;
	float: left;
}
div.llamastrich-number {
	position: absolute;
	top: 172px;
	left: 85px;	
	height: 100px;
	width: 50px;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	z-index: 100;
	font-weight: bold
	font-family: verdana;
	font-size: 40px;
	color: #FFF;
	-moz-border-radius: 0 4px 0 0;
}

.green {
	background: #00FF00;
}

.red {
	background: #FF0000;
}

.blue {
	background: #0000FF;
}

.orange {
	background: #FF960D;
}

.yellow {
	background: #FFE303;
}

.purple {
	background: #9932CC;
}

