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

/***** regis/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *  AAADDDEEEDDD Plus fixes width
  */
/** body {
background: #BBBBBB;
}
*/
#page {
width:800px;
margin:auto;
}

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

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** regis/gradients.css end *****/


