body {
    font-family: Helvetica, sans-serif;
}

div.header {
    position: absolute;
    left: 0; 
    right: 0;
    height:150px;
    width: 100%;
    border-bottom: 1px solid black;
}

.logo {
    width:800px; 
    margin:0 auto;
}

div.body {
    position: absolute;
    top: 160px;
    left: 0; 
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(137,189,199,1) 0%, rgba(216,233,238,1) 50%, rgba(234,246,250,1) 100%); 
}

div.content {
    padding-top:50px;
    width:800px; 
    margin:0 auto;
    color: #555;
}

p.content-header {
    font-size: 30px;
    font-weight: bold;
}

p.content-text {
    font-size: 20px;
}

.escodent {
    font-size: 10px;
    color: #555;
    position:absolute;
    bottom:0;
    right:0;
    margin-right: 10px;
    margin-bottom:10px;
}