@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	background: url(site_images/background-repeat.jpg) repeat-x bottom;
	background-color: #7B21A6;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color:#666666;
	width: 980px;
	margin:0px auto 24px auto;
}
