@import url("reset.css");
@import url("typography.css");
@import url("footer.css");  
@import url("utility.css");


/* The above rules marked with "all" are hidden from IE.  DO NOT REMOVE THE "all" media descriptor! */

body { 
	font: 62.5% "Arial", "Helvetica", sans-serif;
	line-height: 1.5;
	color: #000;
	min-width: 980px;
	margin: 0 auto !important;
	padding: 0 !important;
}


