body {
    background-color: black;
    text-align: center;
}

h1 {
    color: rgb(2, 121, 111);
}

.middleBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 14%;
}

#day {
    background: url(image/wait_day.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#night {
    background: url(image/wait_night.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#golden {
    background: url(image/wait_golden.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#waiting {
    z-index: 10;
}

.container {
    position: absolute;
    width: 75%;
    height: 75%;
}

#waiting {
    position: absolute;
    right: 15%;
    bottom: 5%;
}

* html .middleBox {
    position: absolute
}