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

/***** standardwhite/gradients.css start *****/

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

body
{
background-color: #FFFFFF;
background-position: 50%;
background-image:url(http://international.cih.co.uk/file.php/1/background.gif);
background-position: 50%;
background-repeat:repeat-y;
}

#page
{
height:auto;
margin:auto;
overflow:hidden;
padding:0;
width:1000px;
}

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;     
}
/***** standardwhite/gradients.css end *****/

