﻿body {
    text-align: center;
    background: Black;
    margin: 0px;
}
img {border: 0px}
a  {color: #00AEEF; text-decoration: underline}
form {display: inline}

#shell {width: 960px; margin: auto; text-align: left; height: 630px; position: relative;
    background-image: url(graphics/bg.jpg); background-color: Black; background-repeat: no-repeat; }
    
#findus {position: absolute; top: 560px; left: 514px; width: 300px}
#findus img {width: 140px; height: 42px}

#testinginfo {position: absolute; top: 273px; left: 100px; width: 396px; height: 337px;
    overflow: hidden; background-image: url(graphics/bg2.jpg); background-repeat: no-repeat;
    font-family: Tahoma; font-size: 11px; color: White; text-align: left}
#testinginfo b {font-size: 13px}
#results, #noresults {font-size: 10px; margin-top: 18px}
#results b {font-size: 11px}
#siteName {font-size: 13px; color: #00AEEF; font-weight: bold}
    
#btnSubmit {width: 30px; height: 24px; margin: 0px}
#txtZip {width: 120px; height: 24px; font-size: 19px; padding: 0px; background-image: url(graphics/textboxbg.gif);
    border: 0px; background-repeat: no-repeat; background-color: White; padding-left: 5px}
    
#btnPrev {position: absolute; top: 296px; left: 15px; width: 105px; height: 25px}
#btnNext {position: absolute; top: 296px; left: 273px; width: 110px; height: 26px}

#footer {margin: 0px auto 15px auto; font-size: 11px; font-family: Verdana; color: #666666;
         border-bottom: 1px solid Black}