html, body {
    height: 100%;
    width: 100%;
    min-width: 980px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    background: url('bg.jpg') repeat-y top center #071f4f;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    font-size: 12px;
}

.links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #eeeeee;
}

.links a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #eeeeee;
    text-decoration: none;
}

.links a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
}