#titlebar {
    background:url(../images/highscores_bg_title.jpg) no-repeat; 
    height: 110px;
    margin:0 auto; 
    width: 1100px;
}

#content {
    background:url(../images/highscores_bg_content.jpg) no-repeat; 
    height: 690px;
    margin:0 auto; 
    width: 1100px;
}

#tablenav { 
    height: 44px; 
    /*left: 180px;*/
    /*left: 0px;
    right: 0px;*/
    margin: 0 auto;
    top: 16px;
    position: relative;
    background-color: transparent;
    font-size: 14px;
    color: #eee;
    text-align: left;
}

#tablenav ul { 
    height: 44px;
    margin: 0px auto;
    padding-left: 242px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

#tablenav li { 
    float: left;
    text-indent: -9999px;
    background-position: center top;
}

#tablenav li:hover { 
    background-position: center bottom;
 }

#tablenav li.arrow {
    background-position: 0px 44px;
}
#tablenav li.arrow:hover {
    background-position: 0px 0px;
}

#tablenav a { 
    color: #eee;
    display: block;
    height: 44px;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
 }


#tablecontent {
    width: 1100px;
    margin: 0 auto;
    top: 40px;
    position: relative;
    background-color: transparent;
    font-size: 14px;
    color: #eee;
    text-align: center;
}

#tablecontent table{
    margin: 0 auto;
    width: 600px;
    margin-bottom:40px;
}

#tablecontent th {
    color: #929292;
    font-size: 12px;
}
