
#mainContent {
	background-image: url(images/bg_1.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

#Top612 { 
	position: relative;
}

#Top612 div.InnerContainer {
	padding: 10px 0;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
/*
#Top612 div.InnerContainer::before {
	content: '';
	z-index: 0;
	position: absolute;
	background-color: #fff;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0;
}
*/
#Top612 div.InnerContainer  img {
	width:100%;
	max-width: 537px;
	position: relative;
	/* z-index: 1; */
}

#Top612 div.InnerContainer div.ShopOnline {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 0px;
	font-weight: bold;
	font-size: 1.6em;
}

#FooterContainer {
	font-size: 1.1em;
    padding: 10px;
	background: #000000;
	color: #fff;
	line-height: 1.8em;
}

#FooterContainer div.container-fluid {
	margin: 0 auto;
	max-width: 950px;
}


#FooterContainer div.blockRight {
	display: inline-block;
	float: right;
}

#FooterContainer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

@media (max-width: 768px) {
	#FooterContainer div.blockRight {
		float: left;
	}
	#Top612 div.InnerContainer div.ShopOnline {
		font-size: 1.2em;
		bottom: 5px;
	}
}
