/*
 * Gobi March
 * GLOBAL CSS
 * 
 * Author: Atomic Crayon
 * Author URI: http://www.atomiccrayon.com/
 */
 
/* structure :: page layout elements/positioning  */
@import "css/structure.css";

/* text :: sizes, families, line-heights, etc. */
@import "css/text.css";

/* theme :: background images, colors, borders */
@import "css/theme.css"; 

 body {
	background:url(images/bg-body.gif) 0 0 repeat-y #eaeaea;
	margin:0;
	font: 11px normal "Trebuchet MS", Trebuchet MS, Verdana, sans-serif;
	}
