@charset "UTF-8";
@import "global.css";

#homepageImage{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0;
}
#homepageImage img{
	position:absolute;
	top:0px;
	left:0px;
	#filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	z-index:0;
}

#pageWrap { /* Wraps the entire page with 100% height and a negative margin for the footer */
	height:auto !important;
	height:100%;
	margin:0px 0px -330px;
	min-height:100%;
	padding:0px;
	position:relative;
	width:100%;
}

#footer {
	position:relative;
	width:100%;
	bottom:0px;
	height:330px;
	margin:0px;
	z-index:10;
}