/* @option user selected content background setting */

@media screen and (min-width: 1090px) {
#headerBoxBackground {
	-moz-opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
}