.content {
     position:absolute;
     width:250px;
     height:200px;
     z-index:15;
     top:50%;
     left:50%;
     margin:-150px 0 0 -150px;
}

h3
{
    font-family: Helvetica, Arial;
    font-weight: bold;;
    font-size: 30px;
    color: #4A4A4A;
    line-height: 36px;
    text-align: center;
}

p {
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Helvetica, Arial;
  line-height: 25px;
  font-size: 20px;
}

a, a:visited{
    text-decoration: none;
    color: #5C5C5C;
}

a:hover, a:active {
  text-decoration: underline;
  color: #919191;
}