body { 
	//background: url(http://images.linx-usa.com/files/mpf/Background_Camp4.png) no-repeat center center fixed;
        background: url(http://images.linx-usa.com/files/mpf/Background_Camp_Image.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

