body {
    background: #fff url(../new/images/current_season/main_background.jpg) repeat-y;
}

#topnav {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
}
#topnav tr {
    background: #CCC;
}
#topnav td {
    background: #e2ebf7;
    color: #3366cc;
    text-align: center;
    padding: 5px;
    white-space: pre-wrap;
    text-align: center;
    font-size: 10px;
}
#topnav td a,ul {
    color: #3366cc;
    text-decoration: none;
    font-size: 10px;
}

#topnav td a:hover {
    color: #9cadd2;
    text-decoration: underline;
    font-size: 10px;
}