body 
{
    font-family: Times;
    color: white;
}  

a
{
    color: white;
}


#title
{
    position: absolute;
    left: 20px;
    bottom: 0;
}

    #title .title
    {
        font-family: Helvetica;
        font-size: 500%;
        letter-spacing: -0.1em;
    }

    #title .subtitle
    {
        font-size: 80%;
    }



#track_container_outer
{
    margin-top: 50px;
    text-align: center; 
    clear: both; 
    width: 100%; 
    float: left;
}

    #track_container_inner
    {
        background: black url('river.jpg') no-repeat;
        width: 633px; 
        height: 631px; 
        margin: auto; 
        position: relative;
        text-align: left;
        border: 1px solid white;
    }


        #tracks
        {
            margin: 260px 0 0 60px;
        }

            #tracks .track .title
            {
                font-size: 200%;
                line-height: 150%;
            }
                #tracks .track .title a
                {
                    padding-left: 1em;
                    padding-right: 1em;
                    border: 1px solid white;
                }

                #tracks .track .title a:hover
                {
                    background-color: black;
                    text-decoration: none;
                }


            #tracks .track .time
            {
                font-size: 120%;
                padding-left: 1em;
            }

            #tracks .track .dl
            {
                font-size: 80%;
                padding-left: 1em;
            }


            #tracks .track a:link,
            #tracks .track a:visited
            {
                color: white;
                text-decoration: none;
            }

            #tracks .track a:hover
            {
                text-decoration: underline;
            }

            #tracks .hidden
            {
                visibility: hidden;
            }

            #tracks .position
            {
                margin-left: 0.75em;
            }

            #tracks .position:after
            {
                content: ' / ';
            }

            #tracks .status_playing
            {
                margin-left: 0.5em;
            }


