﻿html
{
    background-color: #1d282e;
    background-image: url(/images/bg/gradient.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    color: White;
}

    body
    {
        background-image: url(/themes/audio/bg.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        font-family: Arial;
    }

