
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
h1 {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    bottom: -10px;
    font-size: 50px;
    color: #A9C2C7;
} 
#top {
    position: relative;
    width: 100%;
    height: 50%;
    text-align: center;
    color: #FFF;
    background-color:#799297;
    background: -webkit-linear-gradient(bottom, rgba(121,146,151,1), rgba(61,86,91,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(121,146,151,1), rgba(61,86,91,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(121,146,151,1), rgba(61,86,91,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom, rgba(121,146,151,1), rgba(61,86,91,1)); /* Standard syntax */
}
#bottom {
    width: 100%;
    text-align: center;
    color: #799297;
    text-transform: uppercase;
}
.lang {
    color: #A9C2C7;	
}

