* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #000;
}

div {
    background-image: url('/images/marco-minnemann-banner.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
}

img {
    border: 0;
}

a {
    outline: none;
}
