body { 
	padding: 0;
	margin: 0;
	background-position: top center; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
}	

img#expando { 
	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') !important;
}

h1 {
	position: absolute;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	padding: 0.5em 0;
	margin-top: 30%;
	margin-bottom: 1em;
	color: #333;
	font-weight: normal;
	text-align: center;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	z-index: 2;
}
