.qualityTechBanner {
    background: url(banner.gif) no-repeat 0 center;
    margin-left: 14px;
    width: 430px;
    height:35px;
}
.poweredBy {
    background: url(poweredBy.gif) no-repeat 0 center;
    width: 190px;
    height:35px;
}

/*******************LOGIN*******************/

.qualityTechLoginBannerLeft {
    width: 500px;
    height: 66px;
    background-image: url(loginBanner.gif);
    background-position: center left;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.loginPoweredBy {
    background-image: url(poweredBy.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 66px;
}
.loginContainer {
    background-image: url(loginBackground.gif);
    background-repeat: no-repeat;
    height: 275px;
    border-bottom: 1px solid #4B7F87;
    padding-left: 300px;
    padding-top: 70px;
}

