.promo-board {
    color: #666;
    /*color: #fff;*/
    background: #d9f1f4;
    /*background: #4db8ff;*/
    padding: .6em 0em;
    letter-spacing: 2px;
    font-size: 14px;
    width: 700px;
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    cursor: pointer;
    /*height: 20px;*/
    height: 40px;
}

a:-webkit-any-link {
    color: #666;
    text-decoration: none;
    cursor: auto;
}
#message-banner1 {
     z-index: 0;
     text-align: center;
     position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    font-weight: bold;
    font-size: 18px;
}
#message-banner1 span {
    font-size: 12px;
    font-weight: normal;
}
#message-banner2 {
         z-index: 1;
         text-align: center;
         position: absolute;
         left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  font-weight: bold;
  font-size: 18px;
 }
#message-banner2 span {
  font-size: 12px;
  font-weight: normal;
 }
#message-details1 {
    margin-top: 30px;
    background: #d9f1f4;
    /*background: #4db8ff;*/
    height: 30px;
    font-size: 14px;
 }

 #message-details2 {
    margin-top: 30px;
    background: #d9f1f4;
    /*background: #4db8ff;*/
    height: 30px;
    font-size: 14px;
 }