/* @option user-selected background */

img.bg {
		/*background image*/
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	display: block;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#containerstroke {
	display: none;
}

@media screen and (max-width: 1024px){
img.bg {
	 /*background image*/
	left: 50%;
	margin-left: -512px;
}}

div#content {
		/*background image*/
	position: relative; 
	margin: 0 auto;
	background: transparent;}
	
#container {
	position: relative;
}
	
#footer {
	background-color: transparent !important;
	padding-bottom: 15px;
	margin-bottom: 0;
	padding-top: 13px;
}

#breadcrumbcontainer {
	background-color: transparent;
	position: absolute;
	z-index: 5;
}

#myExtraContent2 {
	border-bottom-style: none;
}


