body {
    background-color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#img_house {
    width: 70%;
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: -999;
}

#img_logo {
    width: 50%;
}

#contacts {
    float: left;
    margin-left: 50px;
    margin-top: 50px;
    text-align: center;
}

#name {
    font-weight: bold;
    font-size: x-large;
}

#img_phone {
    vertical-align: middle;
    width: 10%;
}

#img_email {
    vertical-align: middle;
    width: 10%;
}

#img_fb {
    vertical-align: middle;
    width: 10%;
}

#tlm {
    margin-top: 20px;
}

#contacts_area {
    text-align: left;
}

#top_bar {
    position: absolute;
    background-color: grey;
    top: 0px;
    left: 0px;
    right: 0px;
    color: white;
    text-align: center;
    height: 50px;
    font-weight: bolder;
    font-size: x-large;
}

#top_db {
    margin-top: 12px;
}