/* CSS Document */
* {margin:0px; padding: 0px;}

/* CSS document for chosing language. This is the first 'splash' page of the website. */
body {
    background-color: #d9e1d9;
}

#blocktop {
    width: 500px;
    height: 650px;
    background-color: #9aa895;
    position: absolute;
    left: 400px;
}

#blocktop img {
    position: absolute;
    top: 178px;
    left: 20px;
}

#blockmiddle {
    width: 100%;
    height: 250px;
    background-color: #FFF;
    position: absolute;
    top: 200px;
}

#blocklogo {
    text-align: right;
    padding-top: 50px;
    height: 150px;
    position: absolute;
    top: 0px;
}
.logo {
    position: absolute;
    left: 50px;
    top: 35px;
}

.imgshade {
    position: absolute;
    top: 0px;
    left: 420px;
    z-index: 2;
}

#blocklanguage {
    background-color: #31583d;
    height: 200px;
    width: 500px;
    position: absolute;
    left: 400px;
    top: 0px;
    text-align: center;
    padding-top: 50px;
    
}
#blocklanguage img {
    border: 0;
}

