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

/***** WaterPoloAcademy/gradients.css start *****/

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

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;     
}

body {
  text-align: center;
  background-color: #CCCCCC;
  }

#page {
  margin: 0 auto;
  max-width:1120px;
  text-align: left;
  background-color: #FAFAFA;
  padding: 20px;
  }/***** WaterPoloAcademy/gradients.css end *****/

