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