/* @option user-selected background */

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

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

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