ul {
    list-style-type: none;
}

a:link {
    color: #ffc000;
}

a:visited {
    color: #c04000;
}

.bottomNavigationItem {
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 42px;
    margin: 0 8px 0 6px;
    text-decoration: none;
}


html, body {
    font-family: tahoma,verdana,arial,sans-serif;
    font-size: 13px;
    background-color: #000000;
    color: #ffff80;
    margin:0;
    padding:0;
    height:100%;
}

#container {
    min-height:100%;
    position:relative;
}

#header {
    padding:10px;
}

#body {
    padding:10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:80px;   /* Footer height*/
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:80px;   /* Footer height */
    text-align: center;
    vertical-align: top;
}
