.bgPhoto{
	display:none;
}
#BackgroundBlock{
	position:fixed;
	left:0;
	top:0;
	z-index:0;
	height:100%;
	width:100%;
}
#BackgroundBlock #BackgroundBlockImage1{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
#BackgroundBlock #BackgroundBlockImage2{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
	position:absolute;
	left:0;
	top:0;
	display:none;
}