body
{
    width:100%;
    height:100%;
}

header
{
    position: absolute;
    margin-top:0px;
    padding-top:0px;

}

footer
{
    border-top: 2px solid black;
    padding-top: 10px;
    padding-left:30px;


    height: 70px;
    width:100%;
    position:fixed;
    bottom:0px;
    background-color:#00986c;
    color: white;
}

.navbar
{
    background-color:#00986c;
    border-bottom: 2px solid black;
}

main
{
    padding-top: 200px;
    padding-bottom: 200px;
    margin:auto;
}

#logo
{
    margin-left:10px;
    margin-top:5px;
}
