.bullseye {
background-image: url("/sites/default/files/bullseyebackgroundTexture.jpg");
background-repeat: repeat;
}

.bullseye:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.6);
            box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.6);
}