html, body{
    height: 100%;
    min-height: 100%;
    position: relative;
}

*{
    font-family: "Open Sans";
}

body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    font-family: "Open Sans";
    line-height: 1.4;
}

a, a:visited {
    color: #455561;
}









#block1 {
    display: inline-block;
    background: lightblue;
    color: white;
    vertical-align: top;
}

#overlay-box {
    width: 90%;
    height: auto;
    background: lightgrey;
    border: 1px solid grey;
    text-align: center;
    margin: 0 auto;
}

.position {
    position: relative;
    bottom: -50px;
}

#block2 {
    background: lightpink;
    color: white;
}