
body {
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

#over{
    height: 250px;
}


#content {
    clear: both;
    height: 100px;
    text-align:  center;
    font-size: 50pt;
}

#contenta {
    color: #151a20;
    text-decoration: none;
    font-size: 20pt;
}

#footer {
    position: absolute;
    bottom: 5px;
    right: 0;
    margin-right: 5px;
    text-align:  right;
}


#footera {
    color: #151a20;
    text-decoration: none;
    font-size: 10pt;
}