
body {
    font-family: Monospace;
    background-color: #000000;
    margin: 0px;
    overflow: hidden;
}

a{

    color: #008800;


}

#logoContainer{

    top:0px;

    visibility: hidden;

    position: absolute;
    left: 60px;
    width: 100px;
    height: 90px;
    z-index: 25;
    background: #ffffff url("../../media/images/klogo.jpg") no-repeat 0% 90%;

}

a{

    color: #ffffff;
    text-decoration: none;
}

a:hover{

    color: #ffffff;
    text-decoration: underline;

}

#credits{

    font-family: Arial;
    letter-spacing: .1em;
    font-size: 8pt;
    position: absolute;
    top: 7px;
    width: 1180px;
    height: 20px;
    z-index: 30;
    color: #cccccc;
    right: 10px;
    text-align: right;
    line-height: 12pt;

}

#slider{

    position: absolute;
    z-index: 50;
    width: 640px;
    height: 20px;
    left:50%;
    margin-left: -320px;
    bottom: 10px;


}

#yearLabel{

    opacity: 0;
    position: absolute;
    width:90px;
    height:16px;
    background-color: #000000;
    background: #000000;
    color: #aaaaaa;
    z-index: 60;
    text-align: center;

}
