img#fsb_image {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 1920px;
	height: 1298.13px;

	/* Set up positioning */
	background-size: 1920px 1298.13px;
	position: fixed;
	top: -340.567px;
	left: 0;
	z-index: -9999;
	opacity: 0.6;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
	img#fsb_image {
		left: 50%;
		margin-left: -512px;   /* 50% */
		opacity: 0.6;
	}
}