#frame {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 985px;
    height: 1205px;
    padding: 0px;
    background-color: rgb(255,255,255);
    overflow: hidden;
}

#program_header {
    position: absolute;
    left: 5px;
    top: 155px;
    width: 485px;
    height: 250px;
}

#your_career {
    position: absolute;
    left: 495px;
    top: 155px;
    width: 240px;
    height: 250px;
    cursor: pointer;
}

#grad_career {
    position: absolute;
    left: 740px;
    top: 155px;
    width: 240px;
    height: 250px;
    cursor: pointer;
}

#request_information {
    position: absolute;
    left: 495px;
    top: 410px;
    width: 240px;
    height: 157px;
    cursor: pointer;
}

#open_house {
    position: absolute;
    left: 740px;
    top: 410px;
    width: 240px;
    height: 136px;
    cursor: pointer;
}

#virtual_tour {
    position: absolute;
    left: 495px;
    top: 567px;
    width: 240px;
    height: 113px;
    cursor: pointer;
}

#follow_us {
    position: absolute;
    left: 740px;
    top: 567px;
    width: 225px;
    height: 113px;
    cursor: pointer;
}

#copy1 {
    position: absolute;
    left: 35px;
    top: 425px;
    width: 420px;
}

#footer {
    position: absolute;
    left: 5px;
    top: 840px;
    width: 925px;
    height: 310px;
    padding: 25px;
    background-color: rgb(230,230,230);
}
