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