@import url("font-awesome/css/font-awesome.min.css"); body, html { width: 100%; height: 100%; } body { background: #4caa4c url(img/bg.jpg); background-repeat: repeat-x; margin: 0; padding: 0; } .container { width: 1024px; margin: 0 auto; } .scene { width: 100%; height: 100%; background: url(img/background-img.jpg); background-position: top center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .footer { height: 70px; float: right; position: absolute; bottom: 0; right: 140px; }