.pigmeter { 
	border: 1px solid black;
	position: relative;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 350px;
	overflow: hidden;
}
.pigmeter-sky { 
	position: relative;
	z-index: 1;
	top: 0px;
	height: 600px;
	width: 155px;
	left: 0px;
}
.pigmeter-waves { 
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 360px;
	height: 220px;
	width: 155px;
}
.pigmeter-text { 
	position: absolute;
	z-index: 3;
	left: 35px;
	color: blue;
	width: 68px;
	background-color: #fef4c3;
	border: 1px inset #fef4c3;
	text-align: right;
	font: 12px Arial;
}

.pigmeter a img { 
	border: 0px;
}
.pigmeter a { 
	text-decoration: none;
}

