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

/***** abep/gradients.css start *****/

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

th.header,
td.header,
h1.header,
h2.header,
h3.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;     
}
body {
margin: 0
}
#footer {
margin-top: 0;
background-color: #B7B7B7;
}
/***** abep/gradients.css end *****/

