/* -------------------------------------------------------------- 

	screen.css
	Got to start somewhere...  

	When you're done you can compress this lot at
	http://iceyboard.no-ip.org/projects/css_compressor
-------------------------------------------------------------- */


/* Import the real styles
   Use the @import rule without url() and with single quotes
   This will exclude these browsers from our CSS goodness
     - Windows IE 4.0
     - Windows NN 4.0
     - Mac OSX IE 5.2
     - Mac Classic IE 5.1 and below
     - Mac Classic NN 4.0

-------------------------------------------------------------- */

@import 'screen_master.css';


/* Development
   If you want to turn on a grid you can do it here.
-------------------------------------------------------------- */

body
{
	/*background-image: url(../images/site/grid.png);*/
}


/* Elderly browser styles
   Let's put some styles in here for the pensioners
-------------------------------------------------------------- */

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

