a {
    color: #000;
    text-decoration: none;
}

body {
    background: #00b7d2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 1.3em;
}
#content {
    width: 375px;
    height: 310px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin: -155px 0 0 -187px;
}