#BkgImage {
	position : fixed;
	z-index : 0;
}

#BkgImage.wide {
	left : 0px;
	top : 0px;
	width : 100%;
	height : auto;
}

#BkgImage.high {
	left : 0px;
	top : 0px;
	height : 100%;
	width : auto;
}
