
/*
File:		grid.css
Author:		stephen williams
Updated:	06.06.2007
*/

/* -------------------- */
/*
show grid
*/
 
html body {
	background-color: #fff;
	background-image: none;
	background: #fff url(../images/layout/grid_screen.gif) repeat-y center top;
	}

html div#container,
html div#header {
	background-color: transparent;
	}
