/* -------------------------------------------------------------- 
	UmFramework 1.5 11-2010  
	screen.css
	* Start up framework
-------------------------------------------------------------- */

/* -------------------------------------------------------------- 
	Imports
-------------------------------------------------------------- */
@import "site.css";
@import "include/common.css";
@import "include/typography.css";
@import "include/forms.css";
@import "plugin/tables.css";

/* -------------------------------------------------------------- 
	Configuration
-------------------------------------------------------------- */
body {
	background:#FFF url(../images/bg/body.jpg) top right no-repeat fixed;
	font-size: 12px;
	color:#000;
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.container {
	width:920px;
	margin:0 auto;
}
