html body {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.base_main_header {
    background-color: #1e95c1;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
}
.base_main_header .logoDiv {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    width: 180px;
    /*background-image: url(/container/img/writeCustomBgImg.png);*/
    background-color: transparent;
}