@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	background: url(site_images/background-repeat.jpg) repeat-x;
	background-color: #6F0C4C;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color:#404040;
	width: 978px;
	margin:0px auto 0px auto;
}

