@charset "UTF-8";
/* CSS Document */
.overlay{
	position: absolute;
  	top: 0;  
  	bottom: 0;  
  	left: 0;
  opacity: 0.70;
  -moz-opacity: 0.70; /* older Gecko-based browsers */
  filter:alpha(opacity=70); /* For IE6&7 */
}

