* {
    margin: 0;
    padding: 0;
}

body {
    background-color: black;
}

.clear {
    clear: both;
}

#menu {
    width: 800px;
    height: 150px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-image: url("../img/menu.png");
}

#menu nav {
    margin-top: 18px;
    margin-left: 9px;
    width: 480px;
    float: left;
}

#menu nav, #menu nav a, #menu .stats, #selected {
    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
}

#menu nav a {
    display: block;
    float: left;
    width: 120px;
    height: 24px;
}

#menu .stats {
    width: 150px;
    height: 110px;
    float: left;
    margin-top: 19px;
}

#selected {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("../img/selected.png");
    display: none;
    text-align: center;
}

#selected #current {
    height: 38px;
    margin-top: -12px;
    background-repeat: no-repeat;
    background-position-x: center;
}