
html, body{
    height:100%;
    background-color: #3a4a68;
}
p{
     font-size:small; 
    font-family:  "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif!Important; 
}

#content {
    min-height: 100%;
    background-color: #242424;
    color: white;
    width: 100%;
    min-width: 320px;
    max-width: 800px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
#header{
    display: block;
    height: 90px;
    margin: 0 20px;
}
#headerleft {
    display: inline-block;
    position: absolute;
    height: 50px;
    top: 20px;
    /*min-width: 10%;*/
    width: 50px;
    left: 20px;
    margin: auto 0;
}
#headerright {
    display: inline-block;
    position: absolute;
    height: 50px;
    /*min-width: 10%;*/
    width: 50px;
    top: 20px;
    /* bottom: 0; */
    left: 80px;
    margin: auto 0;
}
#headermail {
    display: inline-block;
    position: absolute;
    height: 50px;
    /*min-width: 10%;*/
    width: 50px;
    top: 20px;
    /* bottom: 0; */
    left: 140px;
    margin: auto 0;
}
#main {
    display: block;
    position: absolute;
    max-height: 100%;
    width: auto;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    /* margin: auto; */
    margin: 20px;
}

img{
    position: absolute;
    max-height: 100%;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    
}

#footerleft {
    display: inline-block;
    position: absolute;
    width: 50%;
    left: 0;
    text-align: left;
    color: #8b8888;
}
#footerright {
    display: inline-block;
    position: absolute;
    width: 50%;
    right:0;
    text-align: right;
    color: #e65c59;
    /* color: #6988c1; */
}

#text{
    text-align:center; 
    margin-left:5%; 
    font-size: medium; 
    font-family:  "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif!Important;
}
/*
    Author: Victor Skobov
*/

