/*GoldenTracks Music About page CSS*/
div#outer
{
}

div#content {
/*If the "leftnav" div is longer than the main content, the border can be applied to the right side of the "leftnav" div instead of the "content" div.*/ 
}
div#footer
{
}
div#questions
{
    position: relative;
    left: 0px;
    top: 0px;
    height: 460px;
    width: 565px;
    overflow: auto;
    overflow-x:hidden;
    overflow-y:auto;
    padding: 0 10px 0 5px;
    background-attachment:fixed;
    background-image:url("images/white-50pct-opaque.png");
    background-repeat:repeat;
}
ol#questionlist
{
    list-style-type: decimal;
}

ol#questionlist li
{
    list-style-type: decimal;
}
div#test
{
    background-attachment:fixed;
    background-image:url("images/white-50pct-opaque.png");
    background-repeat:repeat;

}
a#backtoquiz
{
    position: relative;
    left: 420px;
    top: 675px;
}
