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

.headerback
{ 
position:absolute;
top: 346px;
padding: 10px;
height: 420px;
background:white;
filter:alpha(opacity=20);
-moz-opacity:.20;
opacity:.20;
z-index:3;
}

.text
{ 
position:absolute;
top: 346px;
padding: 10px;
height: 385px;
margin-top:15px;
color:#000000;
background: white;
filter:alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
z-index:4;
}



