@import url(_reset.css);
@import url(_styles.css);

BODY { /* WS: Body of the site */
	background: #FFF url(site_images/background-repeat.jpg) repeat-x;
	color:#828282; 
	font:13px Arial, Helvetica, "Trebuchet MS", sans-serif;
	margin: 0px auto 0px auto;
}