/* @option user-selected background */

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

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

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

