body{
    background-image: url("../images/results_background.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
	}

	.banner{
    background: rgba(0,0,0,0);
    background: -webkit-linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0.1), rgba(0,0,0,0.6)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.1), rgba(0,0,0,0.6)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0.6)); /* For Firefox 3.6 to 15 */
    background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.1),rgba(0,0,0,0.6)); /* Standard syntax (must be last) */
	}
	