#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

.template {
    padding: 26px 60px;
    width: 730px;
    margin: 41px auto 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #555;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}

.splash-templist-box span {
    width: 100%;
    border: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    text-shadow: none;
    font-size: 1.2em !important;
    letter-spacing: 0.075em;
    color: #fff;
    margin-top: 10px;
    padding: 15px 20px;
    background: #0070ba;
    border-radius: 5px;
}
.splash-templist-box span:hover {
    background-color: #3498db !important;
}

@media screen and (max-width: 650px) {
    .template {
        width: auto;
        padding: 49px 18px;
    }
}
