/* @option theme container opacity*/

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