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

#containerstrip {
/*transparent vertical strip*/
	filter: alpha(opacity=15);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
	top: 0;
}

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

#myExtraContent6 {
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 100;
}