body {
    background-image: url(../bg.jpg);
    background-repeat: x-repeat;
    font-family: Arial;
    color: #245559;
}

#centercontent {
    margin: auto;
    width: 960px;
    height: 560px;
    border: solid 1px #245559;
    text-align: center;
}

#bottomcontent {
    margin: auto;
    width: 700px;
    text-align: center;
    font-size: 0.6em;
}

#bottomcontent a, #bottomcontent a:active, #bottomcontent a:visited {
    color: #245559;
    text-decoration: none;
}

#bottomcontent a:hover {
    text-decoration: underline;
}
