body {
    background-image: url('/resources/images/backgrounds/background_4.jpg');
    background-repeat: no-repeat;
    background-position-y: -400px;
    background-color: white;
    height: auto;
}
main {
    background-color: white;
    background-image: url('/resources/images/backgrounds/background_logo.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% 80%;
    position: absolute;
    height: 100%;
}
main .left {
    width: 40%;
    display: inline-block;
    float: left;
    height: 100%;
    padding-left: 5%;
    padding-right: : 5%;
    padding-top: 5%;
}
main .left img {
    width: 100%;
    height: auto;
    margin-top: 40px;
}
main .right {
    width: 40%;
    display: inline-block;
    float: left;
    height: 100%;
    padding-left: 5%;
    padding-right: : 5%;
    padding-top: 5%;
}
.title {
    margin-top: 10px;
}