#bg {
    height: 100%;
    left: 0;
    min-width: 1000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -9999;
	overflow:hidden;
	text-align:center;
}

img#fsb_image {
	/* Set rules to fill background */

	min-width: 1024px;
	min-height:1000px;

	/* Set up proportionate scaling */
	width: auto;
	height: 100%;
	

	/* Set up positioning */
	position: relative;
	margin:0 auto;
	z-index: -9999;


}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img#fsb_image {
              /*  left: 50%;*/
              /*  margin-left: -512px; /*  50% */
        }
}