.divLink {
	width: 920px;
	height: 145px;
	/*background-image:url('images/footer.png');
    background-position: top center;
    background-repeat: no-repeat;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position:relative;
	float: left;
	}

.divLink:hover
               {
	             /*background-position: -100px 0;*/
                 cursor:pointer;
				 }

 .divLink a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
.divLink a:hover {
    text-decoration: none;
}  
