/* splash */ html, body { overflow: hidden; width: 100%; height:100%; } header { position: absolute; background: transparent; } footer { background: transparent; position: absolute; bottom: 0; left: 0; } .splash { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }