/* @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;
}

@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;
	border-style: none !important;
}
	
#footer {
	padding-bottom: 2px;
	margin-bottom: 0;
	padding-top: 15px;
}

#stroke {
	padding-left: 0px !important;
}

#container {
	border-style: solid;
	border-width: 1px;
}

#breadcrumbcontainer {
	position: absolute;
	z-index: 5;
	padding-left: 30px;
}

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

#containerstroke {
/*transparent vertical stroke*/
	filter: alpha(opacity=55);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=55);
    -moz-opacity: 0.55;
    opacity: 0.55;
	top: 0;
}

#myExtraContent7 {
	margin-top: 15px;
}

#container,
#footer,
#breadcrumbcontainer,
#pageHeader {
	background-color: transparent !important;
}

#pageHeader img {
	margin-top: -15px;
}


