/* default style in style.css */
body
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#e5e5e5 url(default/bgtile.jpg) repeat-x scroll left top;
    color:#5B5B5B;
}

#container 
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(default/bgoverlay1.jpg) no-repeat scroll center 0px;
}

#top 
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:none;/*transparent url(http://woothemes.com/demo/therapy/wp-content/themes/therapy/styles/default/bgoverlay.jpg) no-repeat scroll center 0px;*/
}
/*
#content 
{
    background: #F0F0F0;
}*/