/**********************************/
/* splash.css                     */
/* author: thepursuitofdesign.com */
/* date: 4/19/08                  */
/**********************************/

/* import YUI CSS reset */
@import url(reset.css);

body {
	background: #FFF url(../images/splashBG.jpg) repeat-x;
	text-align: center;
}

#splash {
	background: url(../images/splashR.jpg) no-repeat;
	margin: 0 auto;
	width: 1017px;
}