.site {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.site_head {
    position: absolute;
    width: 100%;
    height: 60px;
    vertical-align: middle;
    background-color: #DDDDDF;
    border-bottom: 2px solid black;
    align-self: center;
    align-content: center;
}
.site_body {
    top: 60px;
    position: absolute;
}
.site_foot {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    
    background-color: 0x000000;
}
.site_head_logo {
    cursor: pointer;
    height: 60px;
    width: 100px;
    background-color: white;
}
.site_head_buttons {
    width: 230;
    height: 60px;
    position: absolute;
    top: 0;
    left: 100;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    word-wrap: break-word;
    background-color: #DDDDDF;
}
.site_head_buttons_home {
    width: 115px;
    height: 100%;
    border: 1px solid #000000;
}
.site_head_buttons_contact {
    position: absolute;
    width: 115px;
    height: 100%;
    border: 1px solid #000000;
    top: 0px;
    left: 115px;
}