.divGray{
	position:absolute; 
	left:0px;
	top:0px;
	width:100%; 
	height:900px; 
	z-index:111;
	filter: alpha(opacity=90); -moz-opacity:.90;opacity:.90;/*per Internet Explorer 6-7*/
   
	background-color:#454545;
}
