/*	-------------------------------------------------------------
	David Allen - Scott Phillips
	Description:	Background Images
	-------------------------------------------------------------	*/


/* =Base
----------------------------------------------- */
body {
	background-image: url(../img/back01.jpg);
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
 }
