html.htmlHome {
	min-height: 100%;
	
	background: #fff url('/images/site-background/night.jpg') center center no-repeat fixed;
	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	/*-ms-behavior: url(/include/css/backgroundsize.min.htc);*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	src='/images/site-background/night.jpg',
		sizingMethod='scale');		
}