
a.nounderline {text-decoration: none; }

#wrap {                                                                                                                                                                
width:1000px;
margin:0 auto;
}
.left_col {
float:left;
width:500px;
}
.right_col {
float:right;
width:500px;
}

.container {
 position: relative;
  font-family: Arial;
font-size:20px;
  }

.text-block {
 position: relative;
 bottom: 28px;
 right: 0px;
 width: 420px;
   background-color: green;
 color: white;
   padding-left: 20px;
   padding-right: 20px;
 opacity: 0.65;
 filter: alpha(opacity=65); /* For IE8 and earlier */
 }

