body {
    border: 100px solid transparent;
    border-image: url(bamboo.png) 33%;
    border-image-repeat: repeat;
} 

#gameForm, #instructions {
    text-align: center;
}

