#translucent_bg {
	width: 874px; height: 18px;     /* to match DIVs size          */
	background-color: #ffffff;       /* the background              */
	filter: alpha(opacity=8);
	-moz-opacity: 0.08;
	opacity: 0.08;
}