html, body { background-image: url(../gif/bg/0.gif); background-size: cover; margin: 0; color: #EFEFFF; height:100%; } .container { background-color: rgba(0,0,0, 0.8); min-height: 100%; margin: 0; position: fixed; width: 100%; height: 100%; } .content { padding: 5%; height: 75%; overflow: auto; } .footer { background-color: rgba(28,28,34, 0.8); width: 100%; bottom: 0; left: 0; position: absolute; padding-top: 1%; padding-bottom: 1%; }