body {
    padding-bottom: 100px; /* Height of the fixed footer */
    background: #FFCCCC;
    background-image: url("../img/bg.png");
    background-repeat: repeat-y;
    background-position: center;
    -webkit-overflow-scrolling: touch;
    color: #000;
    height:100%;
    margin: 0;
    cursor: url("../img/pointer.png"), auto;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}
.title {
    background: rgba(255, 255, 255, 0.1);
    background-image: url("../img/title.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}