html, body {
	background-image: url("../images/homepage_bg.jpg") top center no-repeat;
	background-attachment: fixed;
	}
	
	img#expando {
			padding: 0;
			margin: 0;
			position: absolute;
			display: none;
			z-index: 1;
			-ms-interpolation-mode: bicubic;
			}
     
		.wide img#expando,
		.tall img#expando {
			display: block;
			}
		 
		.wide img#expando {
			width: 100%;
			height: auto;
			}
		 
		.tall img#expando {
			width: auto;
			height: 100%;
			}
		 
		.ie6fixed {
			position: absolute;
			top: expression((ignoreMe = document.documentElement.scrollTop ?
			document.documentElement.scrollTop : document.body.scrollTop) + 'px');
			}

		#full-screen-background-image {
			z-index: -999;
			min-height: 100%;
			min-width: 1024px;
			width: 100%;
			height: auto;
			position: fixed;
			top: 0;
			left: 0;
			}