/* ::: IMAGE REPLACEMNET CLASS ::: */

.imgreplace { 
	/*Size of the image*/
	padding-top: 24px; /* HEIGHT OF IMAGE */
	width: 159px; /* WIDTH OF IMAGE */
	/*The image*/
	background-image: url(../assets/h1.gif); /* IMAGE FILE NAME*/
	background-repeat: no-repeat;
	/*Hide the text*/ overflow: hidden;
	/* WIN IE5 hack */
	height: 24px; /* HEIGHT OF IMAGE */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 0;
}

/* ::: END ::: */