@charset "utf-8";
/* CSS Document */
#carA{
border-radius: 25px;
background-image: url(images/carrentaldesktop.jpg);
height: 400px;
width: 450px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
display: block;
}
