body {
    background-image: url('../img/chintz.jpg');
    background-repeat: repeat;
}

h1 {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: -0.5px;
    text-shadow: #FFF 0px 0px 5px;
}

.chinTainer {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}

.chins img {
    width: 100%;
}

.chinTainer button {
    padding: 10px;
    font-size: 120%;
    margin-top: 20px;
}

.chinnn {
    background-image: url('../img/chinnn.gif');
    background-repeat: repeat;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ramsay {
    background: white;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ramsay img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}