#wrapper_mse {
  position: relative;
  min-height: 100%;
}


/* LOGO */

#logo_mse {
        width: 860px;
        height: 134px;
        margin: 0 auto;
        background: url(http://mse.single-cell.cn/CSS/images/scc_core_logo.png) no-repeat;
        position: relative;
}

#logo_mse h1, #logo_mse p {
        margin: 0px;
        line-height: normal;
        text-transform: lowercase;
        font-weight: normal;
        color: #FFFFFF;
}

#logo_mse p {
        text-transform: lowercase;
        font-size: 10px;
}

#logo_mse h1 {
        padding-top: 54px;
        font-size: 34px;
}

#logo_mse a {
        text-decoration: none;
        color: #FFFFFF;
}

#clickable_mse {
  position: absolute;
  left: 0;
  height: 100%;
  width: 60%;
}

#login_mse {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 2px;
  padding-right: 2px;
  color: black;
  font-size: 12px;
}

#login_mse a {
        color: black;
        text-decoration: none;
}

#login_mse a:hover {
  text-decoration: underline;
}
