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

@import '/css/main.css';

body {
	color:#333;
	background-color:#2d2419;
	font:76%/1.5 Helvetica, Arial, sans-serif;
}

