body {
		background-color:#629976; 
		color:#fff !important;
	}
		#mask {
		position: fixed;
		top:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		bottom:0;
		background-color:#629976; 
		z-index:999999;
		color:#fff !important;
	}
	.mask_content {
	  margin:-125px 0 0 -100px; 
	  position:absolute;
	  left:50%; 
	  top:50%;
	  width: 200px;
	  height: 250px;
	  text-align: center;
	 }