@charset "ISO-8859-1";

.content {
    margin: 0px auto;
    width: 100%;
    height: 500px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.flashheader {
    width: 700px;
    margin: 0 auto;
    padding: 0;
    height: 140px;
    position: relative;
}
.logo-container {
    width: 300px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #272727;
}
.cars-container {
    width: 400px;
    height: 140px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #272727;
}
.special-container {
    width: 300px;
    height: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url(../images/special-bkg.png);
    background-repeat: no-repeat;
    line-height: 30px;
    color: #FF0000;
    font-size: 14;
    font-weight: bold;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.special-white-bold {
    color: #ffffff;
    font-weight: bold;
}
