body {
  background-color : rgba(0,0,0,1.0);
  background-image: url("HH_007.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
 }
div {
       position: relative;
}
#textinfo {    
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(160, 160, 160, 0.6);
    margin: 10px auto;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;    
    width: 400px;
    height: 180px;
    text-align: left;
    border-color:#000;
    border-radius: 12px;   
}

#texthead {
    font-family: verdana;
    font-size: 20px;
    line-height: 20px;
    color: #222;
    text-decoration:none;
}
#textbody {
    font-family: verdana;
    font-size: 14px;
    line-height: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #222;
    text-decoration: none;
};
