#header {
    width:  575px;
    height: 170px;
    background-image: url("../images/distributorbanner.jpg");
}

#content {
    width: 375px;
    top:   30px;
    left:  10px;
}

#content div {
    border:     1px solid #b00a38;
    margin:     0px;
    padding:    10px;
    width:      340px;
    height:     425px;
    position:   absolute;
    top:        70px;
    left:       0px;
    visibility: hidden;
    display:    none;
}

    * html #content div { /* IE box hack. */
        width:  360px;
        height: 445px;
    }

#instructions {
    border:          0px;
    margin:          0px;
    padding:         0px;
    width:           375px;
    position:        absolute;
    top:             30px;
    left:            10px;
    font-family:     arial;
    font-size:       12px;
    text-decoration: none;
    color:           #000000;
}

.field {
    border:   0px;
    margin:   0px;
    padding:  0px;
    position: relative;
    width:    350px;
}

#countries {
    border:   1px solid #b00a38;
    margin:   3px 0px 0px 0px;
    padding:  0px;
    position: absolute;
    top:      0px;
    left:     130px;
    width:    160px;
    background-color: #eceeed;
}

#locations {
    border:   1px solid #b00a38;
    margin:   3px 0px 0px 0px;
    padding:  0px;
    position: absolute;
    top:      0px;
    left:     130px;
    width:    160px;
    background-color: #eceeed;
}

#img1 {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    159px;
    height:   129px;
    position: absolute;
    top:      22px;
    left:     403px;
    background-image:    url("../images/distributor1.jpg");
    background-position: top left;
    background-repeat:   no-repeat;
}
