/* Clarks Product CSS */

/* 
Note on url paths:
To run locally use: url(../images/design/wrapper.gif)
To run on Websiter use: url(/images/design/wrapper.gif)
*/

/* Header divs */
#hd {background-image: url(/images/design/web-header.jpg);}

#content {
	height: 820px;	/* IE takes this as the height and then incorrectly re-sizes if required */
}
/* Standards compliant browsers recognise this height setting */
html>body div#content {
  min-height: 820px;
}