body {
	background-repeat: no-repeat;
	background-position: top center;
}



div.inventory{
width: 190px;
height: 135px;
float: left;
margin-top: 0px;
margin-left: 0px;
}
a.inventory{
display: block;
width: 190px;
height: 135px;
background:url('https://images.ebizautos.com/sites/8239/images/inventory.jpg') no-repeat top center;
}
a.inventory:hover{
display: block;
width: 190px;
height: 135px;
background-position: bottom center;
}
/*  -----------------------------  */
div.financing{
width: 190px;
height: 135px;
float: left;
margin-top: 0px;
margin-left: 15px;
}
a.financing{
display: block;
width: 190px;
height: 135px;
background:url('https://images.ebizautos.com/sites/8239/images/financing.jpg') no-repeat top center;
}
a.financing:hover{
display: block;
width:190px;
height: 135px;
background-position: bottom center;
}
/*  -----------------------------  */
div.specials{
width: 190px;
height:135px;
float: left;
margin-top: 0px;
margin-left: 15px;
}
a.specials{
display: block;
width: 190px;
height: 135px;
background:url('https://images.ebizautos.com/sites/8239/images/specials.jpg') no-repeat top center;
}
a.specials:hover{
display: block;
width: 190px;
height: 135px;
background-position: bottom center;
}
/*  -----------------------------  */


