/* - BASE HTML TEMPLATE
------------------------------------------------- 
	Description: High res
	Author:Shane Prendergast
	Author URL:http://www.webknit.co.uk
	Template URL:http://base.webknit.co.uk/
/*


/* - CONTENTS
-------------------------------------------------
	- HI RES CSS ......................... 1.0.
*/
/*********************************************
	- 1.0 -  HIGH RES CSS
*********************************************/
	/* EXAMPLE	
  .logo {
  	background: url(logo2x.jpg) no-repeat;
  	background-size: 212px 303px;
  }
  */
.home-logo {
  background: url("../graphics/logox2.jpg") repeat scroll 0 0 transparent;
  background-size: 300px 52px; }

.background {
  background-image: url(../graphics/background@2x.jpg); }

.background.homepage {
  background-image: url(../graphics/background-homepage@2x.jpg); }
