html, body {
    margin:0;
    padding:0;
    height: 100%;
    font-family: Verdana;
}

#background {
    background : #FFFFFF url("RingBackground.png") no-repeat 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    min-height:100%;
}

footer {
  color: rgba(0, 0, 0, 0.2);
  margin-right: 40px;
  z-index: 1011 !important;
  position: fixed;
  bottom: 0;
  right: 5px;
}