body {
	background-repeat: no-repeat;
	background-position: top center;
}



div.inventory{
width: 220px;
height: 107px;
float: left;
margin-right:13px;
}
a.inventory{
display: block;
width: 220px;
height: 107px;
background:url('https://images.ebizautos.com/sites/9102/images/inventory.jpg') no-repeat top center;
}
a.inventory:hover{
display: block;
width: 220px;
height: 107px;
background-position: bottom center;
}
/*  -----------------------------  */


div.contact{
width: 220px;
height: 107px;
float: left;
margin-right:13px;
}
a.contact{
display: block;
width: 220px;
height: 107px;
background:url('https://images.ebizautos.com/sites/9102/images/contact.jpg') no-repeat top center;
}
a.contact:hover{
display: block;
width: 220px;
height: 107px;
background-position: bottom center;
}
/*  -----------------------------  */



div.sell{
width: 220px;
height: 107px;
float: left;
margin-right:13px;
}
a.sell{
display: block;
width: 220px;
height: 107px;
background:url('https://images.ebizautos.com/sites/9102/images/sell.jpg') no-repeat top center;
}
a.sell:hover{
display: block;
width: 220px;
height: 107px;
background-position: bottom center;
}
/*  -----------------------------  */



div.about{
width: 220px;
height: 107px;
float: left;
}
a.about{
display: block;
width: 220px;
height: 107px;
background:url('https://images.ebizautos.com/sites/9102/images/about.jpg') no-repeat top center;
}
a.about:hover{
display: block;
width: 220px;
height: 107px;
background-position: bottom center;
}
/*  -----------------------------  */


