#eReport{
	position: relative;
	height:149px; 
	width:212px;
	margin-left:auto; 
	margin-right:auto;
	text-align:center; 
	border: solid 0px #000000; 
	background-image: url(images/eReport_bg.gif); 
	background-repeat: no-repeat;
}

a.eLink {
	position: absolute;
	top: 60px;
	left: 30px;
	width: 59px;
	height: 77px;
	background-image: url(images/eLink_btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.eLink:hover {
	background-position: top right;
}

a.eRef {
	position: absolute;
	top: 60px;
	left: 110px;
	width: 84px;
	height: 77px;
	background-image: url(images/eRef_btn.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a.eRef:hover {
	background-position: top right;
}