/* -------------------------------------------------------------- 
	UmFramework 1.0 06-2008  
	screen.css
	* Start up framework
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
	Imports
-------------------------------------------------------------- */
@import "site.css";
@import "include/common.css";
@import "include/typography.css";
@import "include/forms.css";

/* -------------------------------------------------------------- 
	Configuration
-------------------------------------------------------------- */
body {
	font-size: 12px;
	color:#000;
	font-family:Verdana;
	background:#eeebe6;// url(../images/bg/body.jpg) repeat-x;
}
.container {
	width:990px;
	margin:0 auto;
	
}

