html {
    height: 100%;
}
header {
    top: 100%;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 0%;
}
#footer {
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 40%;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
body {
    margin: auto;
    width: 100%;
    min-height: 100%;
}

hr {
    border: 1px solid #ccc;
}
body {
    background-image: url("/img/azCHIM.jpg");
    background-size: 150%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top left;
    min-height: 500px;
}