﻿.popularcars-top
{
    background-image: url('../images/most-popular-cars-top.jpg');
    background-repeat: no-repeat;
    width: 675px;
    height:50px;
}

.popularmakes-top
{
    background-image: url('../images/most-popular-makes-top.jpg');
    background-repeat: no-repeat;
    width: 675px;
    height:55px;
}

.featuredvehicles-top
{
    background-image: url('../images/featured-vehicles-top.jpg');
    background-repeat: no-repeat;
    width: 675px;
    height:50px;
}

.home-page-box-middle
{
    background-image: url('../images/home-page-box-middle.jpg');
    background-repeat:repeat-y;
    width: 675px;
}

.home-page-box-bottom
{
    background-image: url('../images/home-page-box-bottom.jpg');
    background-repeat:no-repeat;
    width: 675px;
    height: 25px;
}

.home-page-box-middle-blank
{
    background-image: url('../images/home-page-box-middle-blank.jpg');
    background-repeat:repeat-y;
    width: 675px;
}

.home-page-box-bottom-blank
{
    background-image: url('../images/home-page-box-bottom-blank.jpg');
    background-repeat:no-repeat;
    width: 675px;
    height: 25px;
}

.carbox
{
    background-image: url('../images/featured-vehicles.png');
    background-position: center top;
    background-repeat: no-repeat;
    width: 675px;
    padding-top: 75px;
}


