@charset "utf-8";
/* CSS Document */

p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
	color: #333;
}

h1 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif
	color: #999;
}
.greenbox {
	margin:auto;
	padding: 10px;
	height:100%;
}
div.greenbox img {
	opacity:1;
	color:#000;
	z-index:2;
	}
.greencontainer {
  padding:20px;
  margin-bottom:30px;
  background-color:#ffffff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  z-index:1;
  }	  
div.greenbox p {
	opacity:1;
	filter:alpha(opacity=100);
	z-index:2;
}

