/**************************************
 * THEME NAME: cviva
 *
 * Files included in this sheet:
 *
 *   cviva/gradients.css
 **************************************/

/***** cviva/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

body {
    background-color: rgb(230,230,230);
}


div#page {
    background-color: rgb(250,250,250);
    width:900px;
    margin:0px auto;
    display:block;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
.navbar {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

div.header {     
    background-image:url(header.png);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** cviva/gradients.css end *****/


