body {
    margin: 0;
}
.homebg {
    background: #000;
    height: 100%;
    width: 100%;
}
.homelogo {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.homelogo img {
    max-width: 300px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
footer {
    text-align: center;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 20px;
}