﻿#clientDiv
{
    background-image: url(../images/background_image.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#carImage
{
    position: relative;
    bottom: 315px;
    margin-left: 150px;
    z-index: 1;
}

.authorizationPanel
{
    color: #008A42;
    height: 199px;
    width: 391px;
    margin: 0px auto;
    background-image: url(../images/authorization_form_background.png);
    background-repeat: no-repeat;
}
