html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#mainwrapper {
    width: 100%;
    height: 100%;
    display: block;
    font-family: "Open Sans";
    color: white;
    text-decoration: none;
    font-weight: 300;
}

#left {
    width: 50%;
    height: 100%;
    float:left;
    background-color: #404244;
}

#right {
    width: 50%;
    height: 100%;
    float:left;
    background: linear-gradient(45deg, #5BCA86, #5FBEE3);
}

#left img{
    display: block;
    position: relative;
    margin: 100px auto 75px auto;
    height: 150px;
}

#left a {
    color: #66AA6D;
}

#left div{
    position: absolute;
    bottom: 0;
    left: 25%;
}
#left div div{
    position: relative;
    left: -50%;
}

.big {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 60px 0px 20px 0px;
}

.small{
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    display: block;
    margin: 20px 0px;
}

.blue {
    color: #67A2C1;
}


#right_wrapper {
    width: 80%;
    margin: 120px auto;
}

.boldest {
    font-weight: 700;
}

.text {
    text-align: right;
    font-size: 28px;
    display: block;
    font-weight: 100;
    margin: 30px 0 30px 0;
}

.manuel2 {
    display:inline-block;
    vertical-align: middle;
}
