/*
global.css
@import hides from old browsers.
Other rules apply to all CSS capable browsers.
*/

@import '/css/main.css';

html,body {
	color:#333;
	background:#ededed url(/i/bg-body.gif) repeat-x;
}
body {font:76%/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif;}