/* CSS Document */

body {
    background: #598699 url(bg.jpg) center 20px no-repeat;
}

#content {
    margin: 250px auto 0;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: White;
}

#content p {
    margin: 0 0 0.5em;
    text-align: center;
}

#content p a:link, #content p a:visited {
    font-size: 1.2em;
    color: White;
    text-decoration: none;
}

#content p a:hover {
    text-decoration: underline;
}