/* Footer */
#copyright {
    background-color: #000000;
    clear: both;
    margin-top: 10px;
    padding-top: 4px;
    position: relative;
    text-align: center;
}

#copyright ul {
    display: block;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 5px;
    width: 900px;
}

#copyright ul li {
    color: #68C2FF;
    display: inline;
    font-size: 85%;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
}

#copyright ul li a {
    font-weight: bold;
    line-height: 1.4em;
    color: #68C2FF;
    text-decoration: none;
    cursor: pointer;
}

#copyright ul li a:hover {
    color: #488DC8 !important;
}

#version {
    color: #666666;
    text-align: center;
}
