/* -------------------------------------------------------------- 
	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 {
	background:#f3f3f3;
	font-size: 12px;
	color:#222;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.container {
	width:753px;
	margin:0 auto;
}
