#page {
    height: 1000px;
}

#header {
    width:  575px;
    height: 171px;
    background-image: url("../images/corporatebanner.jpg");
}

#content {
    width: 375px;
    top:   30px;
    left:  10px;
}

#content a {
    border:          0px;
    margin:          0px;
    padding:         0px;
    font-family:     arial;
    font-size:       12px;
    text-decoration: none;
    color:           #4f7ba0;
}

    #content a:hover {
        text-decoration: underline;
    }

#img1 {
    border:   0px;
    margin:   0px;
    padding:  0px;
    width:    211px;
    height:   161px;
    position: absolute;
    top:      30px;
    left:     340px;
    background-image:    url("../images/corporate1.jpg");
    background-position: top left;
    background-repeat:   no-repeat;
}
