.certificate {
    position: relative;
     
    bottom: -5px;
    right: 0px;
}

#management_sys{
    position: relative;
    margin-left: 0;
    padding-left: 0;
    margin-left: 15px;
}

#management_sys li{
    position: relative;
    margin-bottom: 5px;
}

#main_image {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 0px;
    border: 1px solid rgb(89,89,89);
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

#main_image_1 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(1,123,186) url(managementsystems/management_systems_bkgd.jpg) center;
}

#overlay_title {
    top: 50%;
    margin-top: -21px;
    height: 40px;
    width: 100%;
    border: 1px solid rgb(89,89,89);
    border-left: none;
    border-right: none;
    position: absolute;
}

#overlay_title h1 {
    margin-left: 10px;
    margin-top: 6px;
}

#overlay_container {
    position: absolute;
    margin-left: 10.5em;
    margin-top: 3px;
}

#overlay_bkgd {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    height: 42px;
    width: 100%;
}

#bottom_box {
    margin: 10px;
    position: relative;
    text-align: center;
    border-top: 1px solid rgb(89,89,89);
    padding-top: 10px;
}
